public static class FieldMetaInfo.Value
extends java.lang.Object
implements java.io.Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
FieldMetaInfo.Value.Property
Enumerated type for the property.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
m_displayValue
The display value (might hold a human readable value - e.g. product name
instead of cryptic code).
|
protected FieldMetaInfo.Value.Property |
m_property |
protected java.lang.String |
m_value
The value
|
| Modifier | Constructor and Description |
|---|---|
protected |
Value(org.w3c.dom.Element value)
Construct a value.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDisplayValue() |
FieldMetaInfo.Value.Property |
getProperty() |
java.lang.String |
getValue() |
java.lang.String |
toString() |
protected java.lang.String m_value
protected java.lang.String m_displayValue
protected FieldMetaInfo.Value.Property m_property
protected Value(org.w3c.dom.Element value)
throws java.lang.Exception
value - the Element containing the valuejava.lang.Exception - if there is a problem constucting the valuepublic java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String getValue()
public java.lang.String getDisplayValue()
public FieldMetaInfo.Value.Property getProperty()