public class IfcDerivedUnit extends IfcEntity
| Constructor and Description | 
|---|
| IfcDerivedUnit() | 
| Modifier and Type | Method and Description | 
|---|---|
| IfcCollection<IfcDerivedUnitElement> | getElements() | 
| IfcDerivedUnitEnum | getUnitType() | 
| IfcLabel | getUserDefinedType() | 
| void | setElements(IfcCollection<IfcDerivedUnitElement> value) | 
| void | setUnitType(IfcDerivedUnitEnum value) | 
| void | setUserDefinedType(IfcLabel value) | 
equals, getEntityLabel, hashCode, op_Equality, op_Inequalitypublic final IfcCollection<IfcDerivedUnitElement> getElements()
public final void setElements(IfcCollection<IfcDerivedUnitElement> value)
public final IfcDerivedUnitEnum getUnitType()
public final void setUnitType(IfcDerivedUnitEnum value)
public final IfcLabel getUserDefinedType()
public final void setUserDefinedType(IfcLabel value)