Constant and description |
---|
BOOT_AGENT_NAME The identifier is computed from the name of the boot agent. |
DEFAULT The identifier is the default one. |
RANDOM The identifier is computed randomly. |
Modifier and type | Action and description |
---|---|
static RootContextType | getDefault Replies the default type of context id computation. |
static java.lang.String | getJsonLabels Replies the Json labels for the types of context id. |
java.lang.String | toJsonString Replies the Json string representation of this type. |
static RootContextType | valueOf(String) |
static RootContextType | valueOfCaseInsensitive(String) Parse the given case insensitive string for obtaining the type. |
static RootContextType | values |
static val BOOT_AGENT_NAME : RootContextType
static val DEFAULT : RootContextType
static val RANDOM : RootContextType
def getDefault : RootContextType
def getJsonLabels : java.lang.String
def toJsonString : java.lang.String
def valueOf(String) : RootContextType
def valueOfCaseInsensitive(String) : RootContextType
def values : RootContextType