Constructor and Description |
---|
AttributeProperties(Attribute attribute) |
AttributeProperties(int index,
PropertyTableData table) |
Modifier and Type | Method and Description |
---|---|
boolean |
getBooleanData(Concept ref) |
boolean |
getBooleanData(String ref) |
long |
getDateData(Concept ref) |
long |
getDateData(String ref) |
float |
getFloatData(Concept ref) |
float |
getFloatData(String ref) |
int |
getIndex() |
int |
getIntegerData(Concept ref) |
int |
getIntegerData(String ref) |
PropertyTableData |
getPropertyTableData() |
String |
getStringData(Concept ref) |
String |
getStringData(String ref) |
public AttributeProperties(Attribute attribute) throws JAXBException, IOException, DsplException
JAXBException
IOException
DsplException
public AttributeProperties(int index, PropertyTableData table)
public PropertyTableData getPropertyTableData()
public int getIndex()
public int getIntegerData(String ref)
public float getFloatData(String ref)
public boolean getBooleanData(String ref)
public long getDateData(String ref)
public int getIntegerData(Concept ref)
public float getFloatData(Concept ref)
public boolean getBooleanData(Concept ref)
public long getDateData(Concept ref)
Copyright © 2016 Metron, Inc.. All rights reserved.