Uses of Class
org.dmg.pmml.DataType
-
Packages that use DataType Package Description org.dmg.pmml org.jpmml.model.temporals -
-
Uses of DataType in org.dmg.pmml
Methods in org.dmg.pmml that return DataType Modifier and Type Method Description static DataTypeDataType. fromValue(java.lang.String v)DataTypeConstant. getDataType()DataTypeDataField. getDataType()DataTypeDefineFunction. getDataType()DataTypeDerivedField. getDataType()DataTypeDiscretize. getDataType()DataTypeHasDataType. getDataType()default DataTypeHasDataType. getDataType(DataType defaultDataType)DataTypeMapValues. getDataType()DataTypeOutputField. getDataType()DataTypeParameterField. getDataType()DataTypeResultField. getDataType()DataTypeDataField. requireDataType()DataTypeDefineFunction. requireDataType()DataTypeDerivedField. requireDataType()DataTypeHasRequiredDataType. requireDataType()DataTypeOutputField. requireDataType()DataTypeParameterField. requireDataType()DataTypeResultField. requireDataType()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 org.dmg.pmml with parameters of type DataType Modifier and Type Method Description default DataTypeHasDataType. getDataType(DataType defaultDataType)ConstantConstant. setDataType(DataType dataType)DataFieldDataField. setDataType(DataType dataType)DefineFunctionDefineFunction. setDataType(DataType dataType)DerivedFieldDerivedField. setDataType(DataType dataType)DiscretizeDiscretize. setDataType(DataType dataType)EHasDataType. setDataType(DataType dataType)MapValuesMapValues. setDataType(DataType dataType)OutputFieldOutputField. setDataType(DataType dataType)ParameterFieldParameterField. setDataType(DataType dataType)ResultFieldResultField. setDataType(DataType dataType)Constructors in org.dmg.pmml with parameters of type DataType Constructor Description DataField(java.lang.String name, OpType opType, DataType dataType)DefineFunction(java.lang.String name, OpType opType, DataType dataType, java.util.List<ParameterField> parameterFields, Expression expression)DerivedField(java.lang.String name, OpType opType, DataType dataType, Expression expression)OutputField(java.lang.String name, OpType opType, DataType dataType) -
Uses of DataType in org.jpmml.model.temporals
Methods in org.jpmml.model.temporals that return DataType Modifier and Type Method Description DataTypeDate. getDataType()DataTypeDateTime. getDataType()DataTypeDaysSinceDate. getDataType()static DataTypeDaysSinceDate. getDataType(Date epoch)abstract DataTypeInstant. getDataType()abstract DataTypePeriod. getDataType()DataTypeSecondsSinceDate. getDataType()static DataTypeSecondsSinceDate. getDataType(Date epoch)DataTypeSecondsSinceMidnight. getDataType()DataTypeTime. getDataType()
-