public enum RootContextType extends Enum<RootContextType>
Enum 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 | Method and Description |
---|---|
static RootContextType |
getDefault()
Replies the default type of context id computation.
|
static String |
getJsonLabels()
Replies the Json labels for the types of context id.
|
String |
toJsonString()
Replies the Json string representation of this type.
|
static RootContextType |
valueOf(name : String)
Returns the enum constant of this type with the specified name.
|
static RootContextType |
valueOfCaseInsensitive(name : String)
Parse the given case insensitive string for obtaining the type.
|
static RootContextType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RootContextType DEFAULT
public static final RootContextType RANDOM
public static final RootContextType BOOT_AGENT_NAME
public static def
values() : RootContextType[]
RootContextType
for (RootContextType c : RootContextType.values()) System.out.println(c);
public static def
valueOf(name : String) : RootContextType
RootContextType
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static def
valueOfCaseInsensitive(name : String) : RootContextType
RootContextType
name
- the string to parse.NullPointerException
- when the specified name is nullpublic def
toJsonString() : String
RootContextType
public static def
getDefault() : RootContextType
RootContextType
public static def
getJsonLabels() : String
RootContextType
Copyright © 2021 the original authors or authors.