| Package | Description |
|---|---|
| org.bimserver.models.ifc2x3tc1 | |
| org.bimserver.models.ifc2x3tc1.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcDocumentStatusEnum> |
IfcDocumentStatusEnum.VALUES
A public read-only list of all the 'Ifc Document Status Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDocumentStatusEnum |
IfcDocumentStatusEnum.get(int value)
Returns the 'Ifc Document Status Enum' literal with the specified integer value.
|
static IfcDocumentStatusEnum |
IfcDocumentStatusEnum.get(String literal)
Returns the 'Ifc Document Status Enum' literal with the specified literal value.
|
static IfcDocumentStatusEnum |
IfcDocumentStatusEnum.getByName(String name)
Returns the 'Ifc Document Status Enum' literal with the specified name.
|
IfcDocumentStatusEnum |
IfcDocumentInformation.getStatus()
Returns the value of the 'Status' attribute.
|
static IfcDocumentStatusEnum |
IfcDocumentStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDocumentStatusEnum[] |
IfcDocumentStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcDocumentInformation.setStatus(IfcDocumentStatusEnum value)
Sets the value of the '
Status' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcDocumentStatusEnum |
Ifc2x3tc1FactoryImpl.createIfcDocumentStatusEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcDocumentStatusEnum |
IfcDocumentInformationImpl.getStatus() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcDocumentInformationImpl.setStatus(IfcDocumentStatusEnum newStatus) |
Copyright © 2018 OpenSource BIM. All rights reserved.