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