Package org.dmg.pmml
Class Field<E extends Field<E>>
- java.lang.Object
-
- org.dmg.pmml.PMMLObject
-
- org.dmg.pmml.Field<E>
-
- All Implemented Interfaces:
java.io.Serializable,HasDataType<E>,HasDisplayName<E>,HasLocator,HasName<E>,HasOpType<E>,HasRequiredDataType<E>,HasRequiredName<E>,HasRequiredOpType<E>,HasRequiredType<E>,HasType<E>,Indexable<java.lang.String>,Visitable
- Direct Known Subclasses:
DataField,DerivedField,OutputField,ParameterField,ResultField
public abstract class Field<E extends Field<E>> extends PMMLObject implements HasDisplayName<E>, HasRequiredName<E>, HasRequiredType<E>
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Field()
-
Method Summary
-
Methods inherited from class org.dmg.pmml.PMMLObject
getLocator, getSchemaVersion, getSchemaVersion, hasLocator, setLocator
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.dmg.pmml.HasDataType
getDataType, getDataType, setDataType
-
Methods inherited from interface org.dmg.pmml.HasDisplayName
getDisplayName, setDisplayName
-
Methods inherited from interface org.dmg.pmml.HasRequiredDataType
requireDataType
-
Methods inherited from interface org.dmg.pmml.HasRequiredName
getKey, requireName
-
Methods inherited from interface org.dmg.pmml.HasRequiredOpType
requireOpType
-
-