Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.LevelType
-
Packages that use LevelType Package Description de.iip_ecosphere.platform.support.semanticId.eclass.model 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 LevelType Modifier and Type Field Description private java.util.List<LevelType>PropertyData. definedLevelsprivate java.util.List<LevelType>ReadProperty. definedLevelsMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return LevelType Modifier and Type Method Description static LevelTypeLevelType. fromValue(java.lang.String input)LevelTypeLevelType.Adapter. read(com.google.gson.stream.JsonReader jsonReader)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 de.iip_ecosphere.platform.support.semanticId.eclass.model that return types with arguments of type LevelType Modifier and Type Method Description java.util.List<LevelType>PropertyData. getDefinedLevels()If isLevelType is true, 1-4 of the levels MIN, MAX, NOM, TYP can be defined for the propertyjava.util.List<LevelType>ReadProperty. 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 LevelType Modifier and Type Method Description PropertyDataPropertyData. addDefinedLevelsItem(LevelType definedLevelsItem)ReadPropertyReadProperty. addDefinedLevelsItem(LevelType definedLevelsItem)voidLevelType.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, LevelType enumeration)Method parameters in de.iip_ecosphere.platform.support.semanticId.eclass.model with type arguments of type LevelType Modifier and Type Method Description PropertyDataPropertyData. definedLevels(java.util.List<LevelType> definedLevels)ReadPropertyReadProperty. definedLevels(java.util.List<LevelType> definedLevels)voidPropertyData. setDefinedLevels(java.util.List<LevelType> definedLevels)voidReadProperty. setDefinedLevels(java.util.List<LevelType> definedLevels)
-