Uses of Class
de.iip_ecosphere.platform.support.semanticId.eclass.model.ReadProperty.PropertyTypeEnum
-
Packages that use ReadProperty.PropertyTypeEnum Package Description de.iip_ecosphere.platform.support.semanticId.eclass.model Missing parts in Eclass specification. -
-
Uses of ReadProperty.PropertyTypeEnum in de.iip_ecosphere.platform.support.semanticId.eclass.model
Fields in de.iip_ecosphere.platform.support.semanticId.eclass.model declared as ReadProperty.PropertyTypeEnum Modifier and Type Field Description private ReadProperty.PropertyTypeEnumReadProperty. propertyTypeMethods in de.iip_ecosphere.platform.support.semanticId.eclass.model that return ReadProperty.PropertyTypeEnum Modifier and Type Method Description static ReadProperty.PropertyTypeEnumReadProperty.PropertyTypeEnum. fromValue(java.lang.String input)ReadProperty.PropertyTypeEnumReadProperty. getPropertyType()Get propertyTypeReadProperty.PropertyTypeEnumReadProperty.PropertyTypeEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static ReadProperty.PropertyTypeEnumReadProperty.PropertyTypeEnum. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReadProperty.PropertyTypeEnum[]ReadProperty.PropertyTypeEnum. 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 with parameters of type ReadProperty.PropertyTypeEnum Modifier and Type Method Description ReadPropertyReadProperty. propertyType(ReadProperty.PropertyTypeEnum propertyType)voidReadProperty. setPropertyType(ReadProperty.PropertyTypeEnum propertyType)voidReadProperty.PropertyTypeEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, ReadProperty.PropertyTypeEnum enumeration)
-