public abstract class FieldMetaInfo extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
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
|
Modifier and Type | Field and Description |
---|---|
protected String |
m_fieldName
the name of the field
|
protected FieldMetaInfo.Optype |
m_optype
The optype for the target
|
Constructor and Description |
---|
FieldMetaInfo(Element field)
Construct a new FieldMetaInfo.
|
Modifier and Type | Method and Description |
---|---|
abstract Attribute |
getFieldAsAttribute()
Return this field as an Attribute.
|
String |
getFieldName()
Get the name of this field.
|
FieldMetaInfo.Optype |
getOptype()
Get the optype.
|
protected String m_fieldName
protected FieldMetaInfo.Optype m_optype
public FieldMetaInfo(Element field)
field
- the Element containing the fieldpublic FieldMetaInfo.Optype getOptype()
public String getFieldName()
public abstract Attribute getFieldAsAttribute()
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.