com.metsci.glimpse.dspl.schema
Class Attribute.AttributeProperties

java.lang.Object
  extended by com.metsci.glimpse.dspl.schema.Attribute.AttributeProperties
Enclosing class:
Attribute

public static class Attribute.AttributeProperties
extends java.lang.Object


Constructor Summary
Attribute.AttributeProperties(Attribute attribute)
           
Attribute.AttributeProperties(int index, PropertyTableData table)
           
 
Method Summary
 boolean getBooleanData(Concept ref)
           
 boolean getBooleanData(java.lang.String ref)
           
 long getDateData(Concept ref)
           
 long getDateData(java.lang.String ref)
           
 float getFloatData(Concept ref)
           
 float getFloatData(java.lang.String ref)
           
 int getIndex()
           
 int getIntegerData(Concept ref)
           
 int getIntegerData(java.lang.String ref)
           
 PropertyTableData getPropertyTableData()
           
 java.lang.String getStringData(Concept ref)
           
 java.lang.String getStringData(java.lang.String ref)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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.