Uses of Class
org.siprop.v2.core.router.LayerEnum

Packages that use LayerEnum
org.siprop.v2.core.router   
org.siprop.v2.core.router.impl   
 

Uses of LayerEnum in org.siprop.v2.core.router
 

Methods in org.siprop.v2.core.router that return LayerEnum
 LayerEnum RouteKey.getRoutetype()
          get Route Type.
ex.Layer type.
static LayerEnum LayerEnum.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LayerEnum[] LayerEnum.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.siprop.v2.core.router with parameters of type LayerEnum
static void RouteKeyResolver.register(LayerEnum layerEnum, RouteKey routeKey)
          regist RouteKey.
static RouteKey RouteKeyResolver.resolve(LayerEnum layerEnum)
          resolve RouteKey.
 void RouteKey.setRoutetype(LayerEnum routetype)
          set Route Type.
 

Uses of LayerEnum in org.siprop.v2.core.router.impl
 

Methods in org.siprop.v2.core.router.impl that return LayerEnum
 LayerEnum MessageRouteKey.getRoutetype()
           
 

Methods in org.siprop.v2.core.router.impl with parameters of type LayerEnum
 void MessageRouteKey.setRoutetype(LayerEnum routetype)