public class IfcPropertyTableValue extends IfcSimpleProperty
| Constructor and Description | 
|---|
IfcPropertyTableValue()  | 
| Modifier and Type | Method and Description | 
|---|---|
IfcUnit | 
getDefinedUnit()  | 
IfcCollection<IfcValue> | 
getDefinedValues()  | 
IfcUnit | 
getDefiningUnit()  | 
IfcCollection<IfcValue> | 
getDefiningValues()  | 
IfcText | 
getExpression()  | 
void | 
setDefinedUnit(IfcUnit value)  | 
void | 
setDefinedValues(IfcCollection<IfcValue> value)  | 
void | 
setDefiningUnit(IfcUnit value)  | 
void | 
setDefiningValues(IfcCollection<IfcValue> value)  | 
void | 
setExpression(IfcText value)  | 
getDescription, getName, getPartOfComplex, getPropertyDependsOn, getPropertyForDependance, setDescription, setNameequals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcCollection<IfcValue> getDefiningValues()
public final void setDefiningValues(IfcCollection<IfcValue> value)
public final IfcCollection<IfcValue> getDefinedValues()
public final void setDefinedValues(IfcCollection<IfcValue> value)
public final IfcText getExpression()
public final void setExpression(IfcText value)
public final IfcUnit getDefiningUnit()
public final void setDefiningUnit(IfcUnit value)
public final IfcUnit getDefinedUnit()
public final void setDefinedUnit(IfcUnit value)