public class IfcSimplePropertyTemplate extends IfcPropertyTemplate
| Constructor and Description |
|---|
IfcSimplePropertyTemplate() |
| Modifier and Type | Method and Description |
|---|---|
IfcStateEnum |
getAccessState() |
IfcPropertyEnumeration |
getEnumerators() |
IfcLabel |
getExpression() |
IfcLabel |
getPrimaryMeasureType() |
IfcUnit |
getPrimaryUnit() |
IfcLabel |
getSecondaryMeasureType() |
IfcUnit |
getSecondaryUnit() |
IfcSimplePropertyTemplateTypeEnum |
getTemplateType() |
void |
setAccessState(IfcStateEnum value) |
void |
setEnumerators(IfcPropertyEnumeration value) |
void |
setExpression(IfcLabel value) |
void |
setPrimaryMeasureType(IfcLabel value) |
void |
setPrimaryUnit(IfcUnit value) |
void |
setSecondaryMeasureType(IfcLabel value) |
void |
setSecondaryUnit(IfcUnit value) |
void |
setTemplateType(IfcSimplePropertyTemplateTypeEnum value) |
getPartOfComplexTemplate, getPartOfPsetTemplatehasAssociations, hasContextgetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcSimplePropertyTemplateTypeEnum getTemplateType()
public final void setTemplateType(IfcSimplePropertyTemplateTypeEnum value)
public final IfcLabel getPrimaryMeasureType()
public final void setPrimaryMeasureType(IfcLabel value)
public final IfcLabel getSecondaryMeasureType()
public final void setSecondaryMeasureType(IfcLabel value)
public final IfcPropertyEnumeration getEnumerators()
public final void setEnumerators(IfcPropertyEnumeration value)
public final IfcUnit getPrimaryUnit()
public final void setPrimaryUnit(IfcUnit value)
public final IfcUnit getSecondaryUnit()
public final void setSecondaryUnit(IfcUnit value)
public final IfcLabel getExpression()
public final void setExpression(IfcLabel value)
public final IfcStateEnum getAccessState()
public final void setAccessState(IfcStateEnum value)