public interface IfcApplication extends IdEObject
The following features are supported:
Ifc4Package.getIfcApplication()| Modifier and Type | Method and Description |
|---|---|
IfcOrganization |
getApplicationDeveloper()
Returns the value of the 'Application Developer' reference.
|
String |
getApplicationFullName()
Returns the value of the 'Application Full Name' attribute.
|
String |
getApplicationIdentifier()
Returns the value of the 'Application Identifier' attribute.
|
String |
getVersion()
Returns the value of the 'Version' attribute.
|
void |
setApplicationDeveloper(IfcOrganization value)
Sets the value of the '
Application Developer' reference. |
void |
setApplicationFullName(String value)
Sets the value of the '
Application Full Name' attribute. |
void |
setApplicationIdentifier(String value)
Sets the value of the '
Application Identifier' attribute. |
void |
setVersion(String value)
Sets the value of the '
Version' attribute. |
forceLoad, getExpressId, getOid, getPid, getRid, isLoadedOrLoading, load, removeIfcOrganization getApplicationDeveloper()
If the meaning of the 'Application Developer' reference isn't clear, there really should be more of a description here...
setApplicationDeveloper(IfcOrganization),
Ifc4Package.getIfcApplication_ApplicationDeveloper()void setApplicationDeveloper(IfcOrganization value)
Application Developer' reference.
value - the new value of the 'Application Developer' reference.getApplicationDeveloper()String getVersion()
If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
setVersion(String),
Ifc4Package.getIfcApplication_Version()void setVersion(String value)
Version' attribute.
value - the new value of the 'Version' attribute.getVersion()String getApplicationFullName()
If the meaning of the 'Application Full Name' attribute isn't clear, there really should be more of a description here...
setApplicationFullName(String),
Ifc4Package.getIfcApplication_ApplicationFullName()void setApplicationFullName(String value)
Application Full Name' attribute.
value - the new value of the 'Application Full Name' attribute.getApplicationFullName()String getApplicationIdentifier()
If the meaning of the 'Application Identifier' attribute isn't clear, there really should be more of a description here...
setApplicationIdentifier(String),
Ifc4Package.getIfcApplication_ApplicationIdentifier()void setApplicationIdentifier(String value)
Application Identifier' attribute.
value - the new value of the 'Application Identifier' attribute.getApplicationIdentifier()Copyright © 2018 OpenSource BIM. All rights reserved.