com.metsci.glimpse.dspl.schema
Class Attribute.AttributeProperties
java.lang.Object
com.metsci.glimpse.dspl.schema.Attribute.AttributeProperties
- Enclosing class:
- Attribute
public static class Attribute.AttributeProperties
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Attribute.AttributeProperties
public Attribute.AttributeProperties(Attribute attribute)
throws javax.xml.bind.JAXBException,
java.io.IOException,
DsplException
- Throws:
javax.xml.bind.JAXBException
java.io.IOException
DsplException
Attribute.AttributeProperties
public Attribute.AttributeProperties(int index,
PropertyTableData table)
getPropertyTableData
public PropertyTableData getPropertyTableData()
getIndex
public int getIndex()
getStringData
public java.lang.String getStringData(java.lang.String ref)
getIntegerData
public int getIntegerData(java.lang.String ref)
getFloatData
public float getFloatData(java.lang.String ref)
getBooleanData
public boolean getBooleanData(java.lang.String ref)
getDateData
public long getDateData(java.lang.String ref)
getStringData
public java.lang.String getStringData(Concept ref)
getIntegerData
public int getIntegerData(Concept ref)
getFloatData
public float getFloatData(Concept ref)
getBooleanData
public boolean getBooleanData(Concept ref)
getDateData
public long getDateData(Concept ref)
Copyright © 2012 Metron, Inc.. All Rights Reserved.