| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcDoorTypeOperationEnum> |
IfcDoorTypeOperationEnum.VALUES
A public read-only list of all the 'Ifc Door Type Operation Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDoorTypeOperationEnum |
IfcDoorTypeOperationEnum.get(int value)
Returns the 'Ifc Door Type Operation Enum' literal with the specified integer value.
|
static IfcDoorTypeOperationEnum |
IfcDoorTypeOperationEnum.get(String literal)
Returns the 'Ifc Door Type Operation Enum' literal with the specified literal value.
|
static IfcDoorTypeOperationEnum |
IfcDoorTypeOperationEnum.getByName(String name)
Returns the 'Ifc Door Type Operation Enum' literal with the specified name.
|
IfcDoorTypeOperationEnum |
IfcDoor.getOperationType()
Returns the value of the 'Operation Type' attribute.
|
IfcDoorTypeOperationEnum |
IfcDoorType.getOperationType()
Returns the value of the 'Operation Type' attribute.
|
static IfcDoorTypeOperationEnum |
IfcDoorTypeOperationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDoorTypeOperationEnum[] |
IfcDoorTypeOperationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcDoor.setOperationType(IfcDoorTypeOperationEnum value)
Sets the value of the '
Operation Type' attribute. |
void |
IfcDoorType.setOperationType(IfcDoorTypeOperationEnum value)
Sets the value of the '
Operation Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcDoorTypeOperationEnum |
Ifc4FactoryImpl.createIfcDoorTypeOperationEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcDoorTypeOperationEnum |
IfcDoorTypeImpl.getOperationType() |
IfcDoorTypeOperationEnum |
IfcDoorImpl.getOperationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcDoorTypeImpl.setOperationType(IfcDoorTypeOperationEnum newOperationType) |
void |
IfcDoorImpl.setOperationType(IfcDoorTypeOperationEnum newOperationType) |
Copyright © 2016 OpenSource BIM. All rights reserved.