Uses of Class
eu.de4a.iem.jaxb.common.types.DataTypeType
-
Packages that use DataTypeType Package Description eu.de4a.iem.jaxb.common.types -
-
Uses of DataTypeType in eu.de4a.iem.jaxb.common.types
Methods in eu.de4a.iem.jaxb.common.types that return DataTypeType Modifier and Type Method Description static DataTypeTypeDataTypeType. fromValue(String v)DataTypeTypeParameterType. getDataType()Gets the value of the dataType property.static DataTypeTypeDataTypeType. valueOf(String name)Returns the enum constant of this type with the specified name.static DataTypeType[]DataTypeType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in eu.de4a.iem.jaxb.common.types with parameters of type DataTypeType Modifier and Type Method Description voidParameterType. setDataType(DataTypeType value)Sets the value of the dataType property.
-