Package org.somda.sdc.glue.common.uri
Enum ContextIdentificationMapper.ContextSource
-
- All Implemented Interfaces:
public enum ContextIdentificationMapper.ContextSourceDefines the context instance identifier URI type.
This type reflects the scheme of the URI, which is according to the IEEE 11073-20701
-
-
Field Summary
Fields Modifier and Type Field Description public final StringsourceStringpublic final Class<out AbstractContextState>sourceClass
-
Method Summary
Modifier and Type Method Description static Array<ContextIdentificationMapper.ContextSource>values()Returns an array containing the constants of this enum type, in the order they're declared. static ContextIdentificationMapper.ContextSourcevalueOf(String name)Returns the enum constant of this type with the specified name. StringgetSourceString()Class<out AbstractContextState>getSourceClass()-
-
Method Detail
-
values
static Array<ContextIdentificationMapper.ContextSource> values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants.
- Returns:
an array containing the constants of this enum type, in the order they're declared
-
valueOf
static ContextIdentificationMapper.ContextSource valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
- Returns:
the enum constant with the specified name
-
getSourceString
String getSourceString()
-
getSourceClass
Class<out AbstractContextState> getSourceClass()
-
-
-
-