Uses of Class
io.adminshell.aas.v3.model.LevelType
-
Packages that use LevelType Package Description io.adminshell.aas.v3.model io.adminshell.aas.v3.model.builder io.adminshell.aas.v3.model.impl -
-
Uses of LevelType in io.adminshell.aas.v3.model
Methods in io.adminshell.aas.v3.model that return LevelType Modifier and Type Method Description static LevelTypeLevelType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LevelType[]LevelType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.adminshell.aas.v3.model that return types with arguments of type LevelType Modifier and Type Method Description java.util.List<LevelType>DataSpecificationIEC61360. getLevelTypes()More information under https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataSpecificationIEC61360/levelTypeMethod parameters in io.adminshell.aas.v3.model with type arguments of type LevelType Modifier and Type Method Description voidDataSpecificationIEC61360. setLevelTypes(java.util.List<LevelType> levelTypes)More information under https://admin-shell.io/DataSpecificationTemplates/DataSpecificationIEC61360/3/0/RC01/DataSpecificationIEC61360/levelType -
Uses of LevelType in io.adminshell.aas.v3.model.builder
Methods in io.adminshell.aas.v3.model.builder with parameters of type LevelType Modifier and Type Method Description BDataSpecificationIEC61360Builder. levelType(LevelType levelType)This function allows adding a value to the List levelTypesMethod parameters in io.adminshell.aas.v3.model.builder with type arguments of type LevelType Modifier and Type Method Description BDataSpecificationIEC61360Builder. levelTypes(java.util.List<LevelType> levelTypes)This function allows setting a value for levelTypes -
Uses of LevelType in io.adminshell.aas.v3.model.impl
Fields in io.adminshell.aas.v3.model.impl with type parameters of type LevelType Modifier and Type Field Description protected java.util.List<LevelType>DefaultDataSpecificationIEC61360. levelTypesMethods in io.adminshell.aas.v3.model.impl that return types with arguments of type LevelType Modifier and Type Method Description java.util.List<LevelType>DefaultDataSpecificationIEC61360. getLevelTypes()Method parameters in io.adminshell.aas.v3.model.impl with type arguments of type LevelType Modifier and Type Method Description voidDefaultDataSpecificationIEC61360. setLevelTypes(java.util.List<LevelType> levelTypes)
-