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
|
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.
|
public FieldMetaInfo(Element field)
field
- the Element containing the fieldpublic FieldMetaInfo.Optype getOptype()
public String getFieldName()
public abstract Attribute getFieldAsAttribute()
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.