| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcDoorTypeEnum> |
IfcDoorTypeEnum.VALUES
A public read-only list of all the 'Ifc Door Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcDoorTypeEnum |
IfcDoorTypeEnum.get(int value)
Returns the 'Ifc Door Type Enum' literal with the specified integer value.
|
static IfcDoorTypeEnum |
IfcDoorTypeEnum.get(String literal)
Returns the 'Ifc Door Type Enum' literal with the specified literal value.
|
static IfcDoorTypeEnum |
IfcDoorTypeEnum.getByName(String name)
Returns the 'Ifc Door Type Enum' literal with the specified name.
|
IfcDoorTypeEnum |
IfcDoor.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
IfcDoorTypeEnum |
IfcDoorType.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
static IfcDoorTypeEnum |
IfcDoorTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcDoorTypeEnum[] |
IfcDoorTypeEnum.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.setPredefinedType(IfcDoorTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
void |
IfcDoorType.setPredefinedType(IfcDoorTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcDoorTypeEnum |
Ifc4FactoryImpl.createIfcDoorTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcDoorTypeEnum |
IfcDoorTypeImpl.getPredefinedType() |
IfcDoorTypeEnum |
IfcDoorImpl.getPredefinedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcDoorTypeImpl.setPredefinedType(IfcDoorTypeEnum newPredefinedType) |
void |
IfcDoorImpl.setPredefinedType(IfcDoorTypeEnum newPredefinedType) |
Copyright © 2016 OpenSource BIM. All rights reserved.