Uses of Enum Class
weka.core.pmml.jaxbbindings.DATATYPE
Packages that use DATATYPE
-
Uses of DATATYPE in weka.core.pmml.jaxbbindings
Methods in weka.core.pmml.jaxbbindings that return DATATYPEModifier and TypeMethodDescriptionstatic DATATYPEConstant.getDataType()Gets the value of the dataType property.DataField.getDataType()Gets the value of the dataType property.DefineFunction.getDataType()Gets the value of the dataType property.DerivedField.getDataType()Gets the value of the dataType property.Discretize.getDataType()Gets the value of the dataType property.MapValues.getDataType()Gets the value of the dataType property.OutputField.getDataType()Gets the value of the dataType property.ParameterField.getDataType()Gets the value of the dataType property.ResultField.getDataType()Gets the value of the dataType property.static DATATYPEReturns the enum constant of this class with the specified name.static DATATYPE[]DATATYPE.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in weka.core.pmml.jaxbbindings with parameters of type DATATYPEModifier and TypeMethodDescriptionvoidConstant.setDataType(DATATYPE value) Sets the value of the dataType property.voidDataField.setDataType(DATATYPE value) Sets the value of the dataType property.voidDefineFunction.setDataType(DATATYPE value) Sets the value of the dataType property.voidDerivedField.setDataType(DATATYPE value) Sets the value of the dataType property.voidDiscretize.setDataType(DATATYPE value) Sets the value of the dataType property.voidMapValues.setDataType(DATATYPE value) Sets the value of the dataType property.voidOutputField.setDataType(DATATYPE value) Sets the value of the dataType property.voidParameterField.setDataType(DATATYPE value) Sets the value of the dataType property.voidResultField.setDataType(DATATYPE value) Sets the value of the dataType property.Constructors in weka.core.pmml.jaxbbindings with parameters of type DATATYPE