Package org.dmg.pmml
Interface HasDataType<E extends PMMLObject & HasDataType<E>>
-
- All Known Subinterfaces:
HasRequiredDataType<E>,HasRequiredType<E>,HasType<E>
- All Known Implementing Classes:
Constant,DataField,DefineFunction,DerivedField,Discretize,Field,MapValues,OutputField,ParameterField,ResultField
public interface HasDataType<E extends PMMLObject & HasDataType<E>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DataTypegetDataType()default DataTypegetDataType(DataType defaultDataType)EsetDataType(DataType dataType)
-