|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.pmml.FieldMetaInfo
public abstract class FieldMetaInfo
Abstract superclass for various types of field meta data.
Nested Class Summary | |
---|---|
static class |
FieldMetaInfo.Interval
Inner class for an Interval. |
static class |
FieldMetaInfo.Optype
Enumerated type for the Optype |
static class |
FieldMetaInfo.Value
Inner class for Values |
Constructor Summary | |
---|---|
FieldMetaInfo(org.w3c.dom.Element field)
Construct a new FieldMetaInfo. |
Method Summary | |
---|---|
abstract Attribute |
getFieldAsAttribute()
Return this field as an Attribute. |
java.lang.String |
getFieldName()
Get the name of this field. |
FieldMetaInfo.Optype |
getOptype()
Get the optype. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FieldMetaInfo(org.w3c.dom.Element field)
field
- the Element containing the fieldMethod Detail |
---|
public FieldMetaInfo.Optype getOptype()
public java.lang.String getFieldName()
public abstract Attribute getFieldAsAttribute()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |