public interface IfcAppliedValue extends IfcObjectReferenceSelect
The following features are supported:
Ifc2x3tc1Package.getIfcAppliedValue()| Modifier and Type | Method and Description |
|---|---|
IfcDateTimeSelect |
getApplicableDate()
Returns the value of the 'Applicable Date' reference.
|
IfcAppliedValueSelect |
getAppliedValue()
Returns the value of the 'Applied Value' reference.
|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
IfcDateTimeSelect |
getFixedUntilDate()
Returns the value of the 'Fixed Until Date' reference.
|
org.eclipse.emf.common.util.EList<IfcAppliedValueRelationship> |
getIsComponentIn()
Returns the value of the 'Is Component In' reference list.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
IfcMeasureWithUnit |
getUnitBasis()
Returns the value of the 'Unit Basis' reference.
|
org.eclipse.emf.common.util.EList<IfcAppliedValueRelationship> |
getValueOfComponents()
Returns the value of the 'Value Of Components' reference list.
|
org.eclipse.emf.common.util.EList<IfcReferencesValueDocument> |
getValuesReferenced()
Returns the value of the 'Values Referenced' reference list.
|
boolean |
isSetApplicableDate()
Returns whether the value of the '
Applicable Date' reference is set. |
boolean |
isSetAppliedValue()
Returns whether the value of the '
Applied Value' reference is set. |
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetFixedUntilDate()
Returns whether the value of the '
Fixed Until Date' reference is set. |
boolean |
isSetIsComponentIn()
Returns whether the value of the '
Is Component In' reference list is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
boolean |
isSetUnitBasis()
Returns whether the value of the '
Unit Basis' reference is set. |
boolean |
isSetValueOfComponents()
Returns whether the value of the '
Value Of Components' reference list is set. |
boolean |
isSetValuesReferenced()
Returns whether the value of the '
Values Referenced' reference list is set. |
void |
setApplicableDate(IfcDateTimeSelect value)
Sets the value of the '
Applicable Date' reference. |
void |
setAppliedValue(IfcAppliedValueSelect value)
Sets the value of the '
Applied Value' reference. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setFixedUntilDate(IfcDateTimeSelect value)
Sets the value of the '
Fixed Until Date' reference. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setUnitBasis(IfcMeasureWithUnit value)
Sets the value of the '
Unit Basis' reference. |
void |
unsetApplicableDate()
Unsets the value of the '
Applicable Date' reference. |
void |
unsetAppliedValue()
Unsets the value of the '
Applied Value' reference. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetFixedUntilDate()
Unsets the value of the '
Fixed Until Date' reference. |
void |
unsetIsComponentIn()
Unsets the value of the '
Is Component In' reference list. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
void |
unsetUnitBasis()
Unsets the value of the '
Unit Basis' reference. |
void |
unsetValueOfComponents()
Unsets the value of the '
Value Of Components' reference list. |
void |
unsetValuesReferenced()
Unsets the value of the '
Values Referenced' reference list. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeString getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
isSetName(),
unsetName(),
setName(String),
Ifc2x3tc1Package.getIfcAppliedValue_Name()void setName(String value)
Name' attribute.
value - the new value of the 'Name' attribute.isSetName(),
unsetName(),
getName()void unsetName()
Name' attribute.
isSetName(),
getName(),
setName(String)boolean isSetName()
Name' attribute is set.
unsetName(),
getName(),
setName(String)String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
isSetDescription(),
unsetDescription(),
setDescription(String),
Ifc2x3tc1Package.getIfcAppliedValue_Description()void setDescription(String value)
Description' attribute.
value - the new value of the 'Description' attribute.isSetDescription(),
unsetDescription(),
getDescription()void unsetDescription()
Description' attribute.
isSetDescription(),
getDescription(),
setDescription(String)boolean isSetDescription()
Description' attribute is set.
unsetDescription(),
getDescription(),
setDescription(String)IfcAppliedValueSelect getAppliedValue()
If the meaning of the 'Applied Value' reference isn't clear, there really should be more of a description here...
isSetAppliedValue(),
unsetAppliedValue(),
setAppliedValue(IfcAppliedValueSelect),
Ifc2x3tc1Package.getIfcAppliedValue_AppliedValue()void setAppliedValue(IfcAppliedValueSelect value)
Applied Value' reference.
value - the new value of the 'Applied Value' reference.isSetAppliedValue(),
unsetAppliedValue(),
getAppliedValue()void unsetAppliedValue()
Applied Value' reference.
boolean isSetAppliedValue()
Applied Value' reference is set.
unsetAppliedValue(),
getAppliedValue(),
setAppliedValue(IfcAppliedValueSelect)IfcMeasureWithUnit getUnitBasis()
If the meaning of the 'Unit Basis' reference isn't clear, there really should be more of a description here...
isSetUnitBasis(),
unsetUnitBasis(),
setUnitBasis(IfcMeasureWithUnit),
Ifc2x3tc1Package.getIfcAppliedValue_UnitBasis()void setUnitBasis(IfcMeasureWithUnit value)
Unit Basis' reference.
value - the new value of the 'Unit Basis' reference.isSetUnitBasis(),
unsetUnitBasis(),
getUnitBasis()void unsetUnitBasis()
Unit Basis' reference.
boolean isSetUnitBasis()
Unit Basis' reference is set.
unsetUnitBasis(),
getUnitBasis(),
setUnitBasis(IfcMeasureWithUnit)IfcDateTimeSelect getApplicableDate()
If the meaning of the 'Applicable Date' reference isn't clear, there really should be more of a description here...
isSetApplicableDate(),
unsetApplicableDate(),
setApplicableDate(IfcDateTimeSelect),
Ifc2x3tc1Package.getIfcAppliedValue_ApplicableDate()void setApplicableDate(IfcDateTimeSelect value)
Applicable Date' reference.
value - the new value of the 'Applicable Date' reference.isSetApplicableDate(),
unsetApplicableDate(),
getApplicableDate()void unsetApplicableDate()
Applicable Date' reference.
boolean isSetApplicableDate()
Applicable Date' reference is set.
unsetApplicableDate(),
getApplicableDate(),
setApplicableDate(IfcDateTimeSelect)IfcDateTimeSelect getFixedUntilDate()
If the meaning of the 'Fixed Until Date' reference isn't clear, there really should be more of a description here...
isSetFixedUntilDate(),
unsetFixedUntilDate(),
setFixedUntilDate(IfcDateTimeSelect),
Ifc2x3tc1Package.getIfcAppliedValue_FixedUntilDate()void setFixedUntilDate(IfcDateTimeSelect value)
Fixed Until Date' reference.
value - the new value of the 'Fixed Until Date' reference.isSetFixedUntilDate(),
unsetFixedUntilDate(),
getFixedUntilDate()void unsetFixedUntilDate()
Fixed Until Date' reference.
boolean isSetFixedUntilDate()
Fixed Until Date' reference is set.
unsetFixedUntilDate(),
getFixedUntilDate(),
setFixedUntilDate(IfcDateTimeSelect)org.eclipse.emf.common.util.EList<IfcReferencesValueDocument> getValuesReferenced()
IfcReferencesValueDocument.
It is bidirectional and its opposite is 'Referencing Values'.
If the meaning of the 'Values Referenced' reference list isn't clear, there really should be more of a description here...
isSetValuesReferenced(),
unsetValuesReferenced(),
Ifc2x3tc1Package.getIfcAppliedValue_ValuesReferenced(),
IfcReferencesValueDocument.getReferencingValues()void unsetValuesReferenced()
Values Referenced' reference list.
isSetValuesReferenced(),
getValuesReferenced()boolean isSetValuesReferenced()
Values Referenced' reference list is set.
unsetValuesReferenced(),
getValuesReferenced()org.eclipse.emf.common.util.EList<IfcAppliedValueRelationship> getValueOfComponents()
IfcAppliedValueRelationship.
It is bidirectional and its opposite is 'Component Of Total'.
If the meaning of the 'Value Of Components' reference list isn't clear, there really should be more of a description here...
isSetValueOfComponents(),
unsetValueOfComponents(),
Ifc2x3tc1Package.getIfcAppliedValue_ValueOfComponents(),
IfcAppliedValueRelationship.getComponentOfTotal()void unsetValueOfComponents()
Value Of Components' reference list.
isSetValueOfComponents(),
getValueOfComponents()boolean isSetValueOfComponents()
Value Of Components' reference list is set.
unsetValueOfComponents(),
getValueOfComponents()org.eclipse.emf.common.util.EList<IfcAppliedValueRelationship> getIsComponentIn()
IfcAppliedValueRelationship.
It is bidirectional and its opposite is 'Components'.
If the meaning of the 'Is Component In' reference list isn't clear, there really should be more of a description here...
isSetIsComponentIn(),
unsetIsComponentIn(),
Ifc2x3tc1Package.getIfcAppliedValue_IsComponentIn(),
IfcAppliedValueRelationship.getComponents()void unsetIsComponentIn()
Is Component In' reference list.
isSetIsComponentIn(),
getIsComponentIn()boolean isSetIsComponentIn()
Is Component In' reference list is set.
unsetIsComponentIn(),
getIsComponentIn()Copyright © 2018 OpenSource BIM. All rights reserved.