Uses of Class
com.netgrif.application.engine.importer.model.DataType
-
Packages that use DataType Package Description com.netgrif.application.engine.importer.model -
-
Uses of DataType in com.netgrif.application.engine.importer.model
Fields in com.netgrif.application.engine.importer.model declared as DataType Modifier and Type Field Description protected DataTypeData. typeMethods in com.netgrif.application.engine.importer.model that return DataType Modifier and Type Method Description static DataTypeDataType. fromValue(java.lang.String v)DataTypeData. getType()Gets the value of the type property.static DataTypeDataType. valueOf(java.lang.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 com.netgrif.application.engine.importer.model with parameters of type DataType Modifier and Type Method Description voidData. setType(DataType value)Sets the value of the type property.
-