Uses of Class
org.somda.sdc.glue.common.uri.ContextIdentificationMapper.ContextSource
-
Packages that use ContextIdentificationMapper.ContextSource Package Description org.somda.sdc.glue.common.uri Uri mapper utilities. -
-
Uses of ContextIdentificationMapper.ContextSource in org.somda.sdc.glue.common.uri
Methods in org.somda.sdc.glue.common.uri that return ContextIdentificationMapper.ContextSource Modifier and Type Method Description static ContextIdentificationMapper.ContextSourceContextIdentificationMapper.ContextSource. valueOf(String name)Returns the enum constant of this type with the specified name.static ContextIdentificationMapper.ContextSource[]ContextIdentificationMapper.ContextSource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.glue.common.uri with parameters of type ContextIdentificationMapper.ContextSource Modifier and Type Method Description static StringContextIdentificationMapper. fromInstanceIdentifier(InstanceIdentifier instanceIdentifier, ContextIdentificationMapper.ContextSource contextSource)Converts from an instance identifier to an URI.static InstanceIdentifierContextIdentificationMapper. fromUri(String contextIdentificationUri, ContextIdentificationMapper.ContextSource expectedContextSource)Converts from an URI string to an instance identifier.
-