Uses of Class
io.adminshell.aas.v3.model.IdentifierType
-
Packages that use IdentifierType Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of IdentifierType in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return IdentifierType Modifier and Type Method Description IdentifierTypeIdentifier. getIdType()Type of the Identifier, e.g.static IdentifierTypeIdentifierType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static IdentifierType[]IdentifierType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model with parameters of type IdentifierType Modifier and Type Method Description voidIdentifier. setIdType(IdentifierType idType)Type of the Identifier, e.g. -
Uses of IdentifierType in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type IdentifierType Modifier and Type Method Description BIdentifierBuilder. idType(IdentifierType idType)This function allows setting a value for idType -
Uses of IdentifierType in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl declared as IdentifierType Modifier and Type Field Description protected IdentifierTypeDefaultIdentifier. idTypeMethods in io.adminshell.aas.v3.model.impl that return IdentifierType Modifier and Type Method Description IdentifierTypeDefaultIdentifier. getIdType()Methods in io.adminshell.aas.v3.model.impl with parameters of type IdentifierType Modifier and Type Method Description voidDefaultIdentifier. setIdType(IdentifierType idType)
-