Uses of Enum
org.somda.sdc.glue.common.uri.ContextIdentificationMapper.ContextSource
Packages that use ContextIdentificationMapper.ContextSource
-
Uses of ContextIdentificationMapper.ContextSource in org.somda.sdc.glue.common.uri
Methods in org.somda.sdc.glue.common.uri that return ContextIdentificationMapper.ContextSourceModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.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.ContextSourceModifier and TypeMethodDescriptionstatic 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.