Uses of Enum Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.LevelType
Packages that use LevelType
Package
Description
Missing parts in Eclass specification.
-
Uses of LevelType in de.iip_ecosphere.platform.support.semanticId.eclass.model
Fields in de.iip_ecosphere.platform.support.semanticId.eclass.model with type parameters of type LevelTypeMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return LevelTypeModifier and TypeMethodDescriptionstatic LevelTypeLevelType.Adapter.read(com.google.gson.stream.JsonReader jsonReader) static LevelTypeReturns the enum constant of this class with the specified name.static LevelType[]LevelType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return types with arguments of type LevelTypeModifier and TypeMethodDescriptionPropertyData.getDefinedLevels()If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the propertyReadProperty.getDefinedLevels()If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the propertyMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model with parameters of type LevelTypeModifier and TypeMethodDescriptionPropertyData.addDefinedLevelsItem(LevelType definedLevelsItem) ReadProperty.addDefinedLevelsItem(LevelType definedLevelsItem) voidMethod parameters in de.iip_ecosphere.platform.support.semanticId.eclass.model with type arguments of type LevelTypeModifier and TypeMethodDescriptionPropertyData.definedLevels(List<LevelType> definedLevels) ReadProperty.definedLevels(List<LevelType> definedLevels) voidPropertyData.setDefinedLevels(List<LevelType> definedLevels) voidReadProperty.setDefinedLevels(List<LevelType> definedLevels)