public class IfcSoundProperties extends IfcPropertySetDefinition
| Constructor and Description |
|---|
IfcSoundProperties() |
| Modifier and Type | Method and Description |
|---|---|
IfcSoundScaleEnum |
getSoundScale() |
IfcCollection<IfcSoundValue> |
getSoundValues() |
IfcBoolean |
isAttenuating() |
void |
setAttenuating(IfcBoolean value) |
void |
setSoundScale(IfcSoundScaleEnum value) |
void |
setSoundValues(IfcCollection<IfcSoundValue> value) |
getDefinesType, getPropertyDefinitionOfhasAssociationsgetDescription, getGlobalId, getName, getOwnerHistory, setDescription, setGlobalId, setName, setOwnerHistoryequals, getEntityLabel, hashCode, op_Equality, op_InequalitygetClass, notify, notifyAll, toString, wait, wait, waitgetEntityLabelpublic final IfcBoolean isAttenuating()
public final void setAttenuating(IfcBoolean value)
public final IfcSoundScaleEnum getSoundScale()
public final void setSoundScale(IfcSoundScaleEnum value)
public final IfcCollection<IfcSoundValue> getSoundValues()
public final void setSoundValues(IfcCollection<IfcSoundValue> value)