public abstract class FieldMetaInfo
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | FieldMetaInfo.IntervalInner class for an Interval. | 
| static class  | FieldMetaInfo.OptypeEnumerated type for the Optype | 
| static class  | FieldMetaInfo.ValueInner class for Values | 
| Constructor and Description | 
|---|
| FieldMetaInfo(org.w3c.dom.Element field)Construct a new FieldMetaInfo. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
public FieldMetaInfo(org.w3c.dom.Element field)
field - the Element containing the fieldpublic FieldMetaInfo.Optype getOptype()
public java.lang.String getFieldName()
public abstract Attribute getFieldAsAttribute()