Uses of Interface
org.eclipse.ditto.things.model.DefinitionIdentifier
-
Packages that use DefinitionIdentifier Package Description org.eclipse.ditto.things.model Contains the Things framework around the cornerstone of this package:Thing. -
-
Uses of DefinitionIdentifier in org.eclipse.ditto.things.model
Subinterfaces of DefinitionIdentifier in org.eclipse.ditto.things.model Modifier and Type Interface Description interfaceThingDefinitionA ThingDefinition represents a single fully qualifiedDefinitionIdentifier.Methods in org.eclipse.ditto.things.model that return DefinitionIdentifier Modifier and Type Method Description DefinitionIdentifierFeatureDefinition. getFirstIdentifier()Returns the first Identifier of this Feature Definition which is guaranteed to exist.DefinitionIdentifierFeatureDefinitionBuilder. getFirstIdentifier()Returns the first Identifier of this builder ornullif an intermediate state of this builder does not contain any Identifiers - however this should be an utterly exception.static DefinitionIdentifierThingsModelFactory. newFeatureDefinitionIdentifier(java.lang.CharSequence featureIdentifierAsCharSequence)Parses the specified CharSequence and returns an immutable instance ofDefinitionIdentifier.static DefinitionIdentifierThingsModelFactory. newFeatureDefinitionIdentifier(java.lang.CharSequence namespace, java.lang.CharSequence name, java.lang.CharSequence version)Returns an immutable instance ofDefinitionIdentifier.Methods in org.eclipse.ditto.things.model that return types with arguments of type DefinitionIdentifier Modifier and Type Method Description java.util.stream.Stream<DefinitionIdentifier>FeatureDefinition. stream()Returns a sequentialStreamwith the Identifiers of this Feature Definition as its source.java.util.stream.Stream<DefinitionIdentifier>FeatureDefinitionBuilder. stream()Returns a sequentialStreamwith the Identifiers of this builder as its source.
-