public abstract class IfcProperty extends IfcEntity
Constructor and Description |
---|
IfcProperty() |
Modifier and Type | Method and Description |
---|---|
IfcText |
getDescription() |
IfcIdentifier |
getName() |
IfcCollection<IfcComplexProperty> |
getPartOfComplex() |
IfcCollection<IfcPropertyDependencyRelationship> |
getPropertyDependsOn() |
IfcCollection<IfcPropertyDependencyRelationship> |
getPropertyForDependance() |
void |
setDescription(IfcText value) |
void |
setName(IfcIdentifier value) |
equals, getEntityLabel, hashCode, op_Equality, op_Inequality
public final IfcIdentifier getName()
public final void setName(IfcIdentifier value)
public final IfcText getDescription()
public final void setDescription(IfcText value)
public final IfcCollection<IfcPropertyDependencyRelationship> getPropertyForDependance()
public final IfcCollection<IfcPropertyDependencyRelationship> getPropertyDependsOn()
public final IfcCollection<IfcComplexProperty> getPartOfComplex()