@IfcClass(layer=RESOURCE, type=ENTITY) public class IfcAppliedValue extends IfcAbstractClass implements IfcObjectReferenceSelect
| 限定符和类型 | 字段和说明 |
|---|---|
private IfcDateTimeSelect |
applicableDate |
private IfcAppliedValueSelect |
appliedValue |
private IfcText |
description |
private IfcDateTimeSelect |
fixedUntilDate |
private SET<IfcAppliedValueRelationship> |
isComponentIn |
private IfcLabel |
name |
private IfcMeasureWithUnit |
unitBasis |
private SET<IfcAppliedValueRelationship> |
valueOfComponents |
private SET<IfcReferencesValueDocument> |
valuesReferenced |
stepNumber| 构造器和说明 |
|---|
IfcAppliedValue(IfcLabel name,
IfcText description,
IfcAppliedValueSelect appliedValue,
IfcMeasureWithUnit unitBasis,
IfcDateTimeSelect applicableDate,
IfcDateTimeSelect fixedUntilDate) |
| 限定符和类型 | 方法和说明 |
|---|---|
IfcDateTimeSelect |
getApplicableDate() |
IfcAppliedValueSelect |
getAppliedValue() |
IfcText |
getDescription() |
IfcDateTimeSelect |
getFixedUntilDate() |
SET<IfcAppliedValueRelationship> |
getIsComponentIn() |
IfcLabel |
getName() |
IfcMeasureWithUnit |
getUnitBasis() |
SET<IfcAppliedValueRelationship> |
getValueOfComponents() |
SET<IfcReferencesValueDocument> |
getValuesReferenced() |
void |
setApplicableDate(IfcDateTimeSelect applicableDate) |
void |
setAppliedValue(IfcAppliedValueSelect appliedValue) |
void |
setDescription(IfcText description) |
void |
setFixedUntilDate(IfcDateTimeSelect fixedUntilDate) |
void |
setIsComponentIn(SET<IfcAppliedValueRelationship> isComponentIn) |
void |
setName(IfcLabel name) |
void |
setUnitBasis(IfcMeasureWithUnit unitBasis) |
void |
setValueOfComponents(SET<IfcAppliedValueRelationship> valueOfComponents) |
void |
setValuesReferenced(SET<IfcReferencesValueDocument> valuesReferenced) |
check, getFileItem, getParamString, getStepNumber, illegal, isDefault, setStepNumber, toIfc@IfcOptionField private IfcLabel name
@IfcOptionField private IfcText description
@IfcOptionField private IfcAppliedValueSelect appliedValue
@IfcOptionField private IfcMeasureWithUnit unitBasis
@IfcOptionField private IfcDateTimeSelect applicableDate
@IfcOptionField private IfcDateTimeSelect fixedUntilDate
@IfcInverseParameter private SET<IfcReferencesValueDocument> valuesReferenced
@IfcInverseParameter private SET<IfcAppliedValueRelationship> valueOfComponents
@IfcInverseParameter private SET<IfcAppliedValueRelationship> isComponentIn
@IfcParserConstructor public IfcAppliedValue(IfcLabel name, IfcText description, IfcAppliedValueSelect appliedValue, IfcMeasureWithUnit unitBasis, IfcDateTimeSelect applicableDate, IfcDateTimeSelect fixedUntilDate)
public IfcLabel getName()
public void setName(IfcLabel name)
public IfcText getDescription()
public void setDescription(IfcText description)
public IfcAppliedValueSelect getAppliedValue()
public void setAppliedValue(IfcAppliedValueSelect appliedValue)
public IfcMeasureWithUnit getUnitBasis()
public void setUnitBasis(IfcMeasureWithUnit unitBasis)
public IfcDateTimeSelect getApplicableDate()
public void setApplicableDate(IfcDateTimeSelect applicableDate)
public IfcDateTimeSelect getFixedUntilDate()
public void setFixedUntilDate(IfcDateTimeSelect fixedUntilDate)
public SET<IfcReferencesValueDocument> getValuesReferenced()
public void setValuesReferenced(SET<IfcReferencesValueDocument> valuesReferenced)
public SET<IfcAppliedValueRelationship> getValueOfComponents()
public void setValueOfComponents(SET<IfcAppliedValueRelationship> valueOfComponents)
public SET<IfcAppliedValueRelationship> getIsComponentIn()
public void setIsComponentIn(SET<IfcAppliedValueRelationship> isComponentIn)
Copyright © 2023. All rights reserved.