public class AttributeMetaInfo extends java.lang.Object implements java.io.Serializable, RevisionHandler
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_HasZeropoint
Whether the attribute has a zeropoint.
|
protected boolean |
m_IsAveragable
Whether the attribute is averagable.
|
protected boolean |
m_IsRegular
Whether the attribute is regular.
|
protected double |
m_LowerBound
The attribute's lower numeric bound.
|
protected boolean |
m_LowerBoundIsOpen
Whether the lower bound is open.
|
protected ProtectedProperties |
m_Metadata
The attribute's metadata.
|
protected int |
m_Ordering
The attribute's ordering.
|
protected double |
m_UpperBound
The attribute's upper numeric bound.
|
protected boolean |
m_UpperBoundIsOpen
Whether the upper bound is open
|
| Constructor and Description |
|---|
AttributeMetaInfo(ProtectedProperties metadata,
Attribute att)
Creates the meta info object based on the given meta data.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRevision()
Returns the revision string.
|
protected ProtectedProperties m_Metadata
protected int m_Ordering
protected boolean m_IsRegular
protected boolean m_IsAveragable
protected boolean m_HasZeropoint
protected double m_LowerBound
protected boolean m_LowerBoundIsOpen
protected double m_UpperBound
protected boolean m_UpperBoundIsOpen
public AttributeMetaInfo(ProtectedProperties metadata, Attribute att)
public java.lang.String getRevision()
getRevision in interface RevisionHandler