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