public static class FieldMetaInfo.Value extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
FieldMetaInfo.Value.Property
Enumerated type for the property.
|
Modifier and Type | Field and Description |
---|---|
protected String |
m_displayValue
The display value (might hold a human readable value - e.g.
|
protected FieldMetaInfo.Value.Property |
m_property |
protected String |
m_value
The value
|
Modifier | Constructor and Description |
---|---|
protected |
Value(Element value)
Construct a value.
|
Modifier and Type | Method and Description |
---|---|
String |
getDisplayValue() |
FieldMetaInfo.Value.Property |
getProperty() |
String |
getValue() |
String |
toString() |
protected String m_value
protected String m_displayValue
protected FieldMetaInfo.Value.Property m_property
Copyright © 2015 University of Waikato, Hamilton, NZ. All rights reserved.