public class AttributeInstance extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENTITY_INSTANCE_NAME |
static String |
REAL |
static String |
STRING |
| Constructor and Description |
|---|
AttributeInstance() |
| Modifier and Type | Method and Description |
|---|---|
EntityInstance |
getAttributeOf() |
ExplicitAttribute |
getAttributeType() |
EntityInstance |
getEntityInstanceValue() |
ArrayList<EntityInstance> |
getEntityList() |
String |
getP21Header()
gets the type information of this attribute such as
"ENTITY_INSTANCE_NAME", "REAL" etc
|
String |
getStringValue() |
Object |
getValue() |
boolean |
hasEntityInstanceValue() |
void |
setAttributeOf(EntityInstance attributeOf) |
void |
setAttributeType(ExplicitAttribute attributeType) |
void |
setP21Header(String header) |
void |
setValue(Object value) |
String |
toString() |
public static final String REAL
public static final String ENTITY_INSTANCE_NAME
public static final String STRING
public EntityInstance getAttributeOf()
public void setAttributeOf(EntityInstance attributeOf)
public ExplicitAttribute getAttributeType()
public void setAttributeType(ExplicitAttribute attributeType)
public Object getValue()
public void setValue(Object value)
public String getStringValue()
public boolean hasEntityInstanceValue()
public EntityInstance getEntityInstanceValue()
public ArrayList<EntityInstance> getEntityList()
public String getP21Header()
public void setP21Header(String header)
Copyright © 2018 OpenSource BIM. All rights reserved.