public class IfcFileDescription extends Object implements IIfcHeaderItem
IfcFileDescription
Constructor and Description |
---|
IfcFileDescription() |
Modifier and Type | Method and Description |
---|---|
IfcCollection<String> |
getDescription()
Gets or sets the description.
|
String |
getImplementationLevel()
Gets or sets the implementation level.
|
void |
setDescription(IfcCollection<String> value)
Gets or sets the description.
|
void |
setImplementationLevel(String value)
Gets or sets the implementation level.
|
public final IfcCollection<String> getDescription()
Gets or sets the description.
Value: The description.public final void setDescription(IfcCollection<String> value)
Gets or sets the description.
Value: The description.public final String getImplementationLevel()
Gets or sets the implementation level.
Value: The implementation level.public final void setImplementationLevel(String value)
Gets or sets the implementation level.
Value: The implementation level.