Uses of Class
org.gcube.common.metadataprofilediscovery.jaxb.DataType
-
Packages that use DataType Package Description org.gcube.common.metadataprofilediscovery.adapter org.gcube.common.metadataprofilediscovery.jaxb -
-
Uses of DataType in org.gcube.common.metadataprofilediscovery.adapter
Methods in org.gcube.common.metadataprofilediscovery.adapter that return DataType Modifier and Type Method Description DataTypeDataTypeAdapter. unmarshal(String dt)Methods in org.gcube.common.metadataprofilediscovery.adapter with parameters of type DataType Modifier and Type Method Description StringDataTypeAdapter. marshal(DataType dt) -
Uses of DataType in org.gcube.common.metadataprofilediscovery.jaxb
Methods in org.gcube.common.metadataprofilediscovery.jaxb that return DataType Modifier and Type Method Description static DataTypeDataType. fromValue(String v)From value.DataTypeMetadataField. getDataType()Gets the data type.static DataTypeDataType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataType[]DataType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.common.metadataprofilediscovery.jaxb with parameters of type DataType Modifier and Type Method Description voidMetadataField. setDataType(DataType dataType)Sets the data type.
-