public interface IfcReferencesValueDocument extends IdEObject
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Returns the value of the 'Description' attribute.
|
String |
getName()
Returns the value of the 'Name' attribute.
|
IfcDocumentSelect |
getReferencedDocument()
Returns the value of the 'Referenced Document' reference.
|
org.eclipse.emf.common.util.EList<IfcAppliedValue> |
getReferencingValues()
Returns the value of the 'Referencing Values' reference list.
|
boolean |
isSetDescription()
Returns whether the value of the '
Description' attribute is set. |
boolean |
isSetName()
Returns whether the value of the '
Name' attribute is set. |
void |
setDescription(String value)
Sets the value of the '
Description' attribute. |
void |
setName(String value)
Sets the value of the '
Name' attribute. |
void |
setReferencedDocument(IfcDocumentSelect value)
Sets the value of the '
Referenced Document' reference. |
void |
unsetDescription()
Unsets the value of the '
Description' attribute. |
void |
unsetName()
Unsets the value of the '
Name' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcDocumentSelect getReferencedDocument()
If the meaning of the 'Referenced Document' reference isn't clear, there really should be more of a description here...
setReferencedDocument(IfcDocumentSelect),
Ifc2x3tc1Package.getIfcReferencesValueDocument_ReferencedDocument()void setReferencedDocument(IfcDocumentSelect value)
Referenced Document' reference.
value - the new value of the 'Referenced Document' reference.getReferencedDocument()org.eclipse.emf.common.util.EList<IfcAppliedValue> getReferencingValues()
IfcAppliedValue.
It is bidirectional and its opposite is 'Values Referenced'.
If the meaning of the 'Referencing Values' reference list isn't clear, there really should be more of a description here...
Ifc2x3tc1Package.getIfcReferencesValueDocument_ReferencingValues(),
IfcAppliedValue.getValuesReferenced()String 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.getIfcReferencesValueDocument_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.getIfcReferencesValueDocument_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)Copyright © 2018 OpenSource BIM. All rights reserved.