Uses of Interface
io.adminshell.aas.v3.model.Identifier
-
Packages that use Identifier Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of Identifier in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return Identifier Modifier and Type Method Description IdentifierIdentifiable. getIdentification()The globally unique identification of the element.Methods in io.adminshell.aas.v3.model with parameters of type Identifier Modifier and Type Method Description voidIdentifiable. setIdentification(Identifier identification)The globally unique identification of the element. -
Uses of Identifier in io.adminshell.aas.v3.model.builder
Classes in io.adminshell.aas.v3.model.builder with type parameters of type Identifier Modifier and Type Class Description classIdentifierBuilder<T extends Identifier,B extends IdentifierBuilder<T,B>>Methods in io.adminshell.aas.v3.model.builder with parameters of type Identifier Modifier and Type Method Description BAssetAdministrationShellBuilder. identification(Identifier identification)This function allows setting a value for identificationBAssetBuilder. identification(Identifier identification)This function allows setting a value for identificationBConceptDescriptionBuilder. identification(Identifier identification)This function allows setting a value for identificationBSubmodelBuilder. identification(Identifier identification)This function allows setting a value for identification -
Uses of Identifier in io.adminshell.aas.v3.model.impl
Classes in io.adminshell.aas.v3.model.impl that implement Identifier Modifier and Type Class Description classDefaultIdentifierDefault implementation of package io.adminshell.aas.v3.model.Identifier Used to uniquely identify an entity by using an identifier.Fields in io.adminshell.aas.v3.model.impl declared as Identifier Modifier and Type Field Description protected IdentifierDefaultAsset. identificationprotected IdentifierDefaultAssetAdministrationShell. identificationprotected IdentifierDefaultConceptDescription. identificationprotected IdentifierDefaultSubmodel. identificationMethods in io.adminshell.aas.v3.model.impl that return Identifier Modifier and Type Method Description IdentifierDefaultAsset. getIdentification()IdentifierDefaultAssetAdministrationShell. getIdentification()IdentifierDefaultConceptDescription. getIdentification()IdentifierDefaultSubmodel. getIdentification()Methods in io.adminshell.aas.v3.model.impl with parameters of type Identifier Modifier and Type Method Description voidDefaultAsset. setIdentification(Identifier identification)voidDefaultAssetAdministrationShell. setIdentification(Identifier identification)voidDefaultConceptDescription. setIdentification(Identifier identification)voidDefaultSubmodel. setIdentification(Identifier identification)
-