| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcWindowTypeEnum> |
IfcWindowTypeEnum.VALUES
A public read-only list of all the 'Ifc Window Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcWindowTypeEnum |
IfcWindowTypeEnum.get(int value)
Returns the 'Ifc Window Type Enum' literal with the specified integer value.
|
static IfcWindowTypeEnum |
IfcWindowTypeEnum.get(String literal)
Returns the 'Ifc Window Type Enum' literal with the specified literal value.
|
static IfcWindowTypeEnum |
IfcWindowTypeEnum.getByName(String name)
Returns the 'Ifc Window Type Enum' literal with the specified name.
|
IfcWindowTypeEnum |
IfcWindow.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
IfcWindowTypeEnum |
IfcWindowType.getPredefinedType()
Returns the value of the 'Predefined Type' attribute.
|
static IfcWindowTypeEnum |
IfcWindowTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcWindowTypeEnum[] |
IfcWindowTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcWindow.setPredefinedType(IfcWindowTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
void |
IfcWindowType.setPredefinedType(IfcWindowTypeEnum value)
Sets the value of the '
Predefined Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcWindowTypeEnum |
Ifc4FactoryImpl.createIfcWindowTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcWindowTypeEnum |
IfcWindowTypeImpl.getPredefinedType() |
IfcWindowTypeEnum |
IfcWindowImpl.getPredefinedType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcWindowTypeImpl.setPredefinedType(IfcWindowTypeEnum newPredefinedType) |
void |
IfcWindowImpl.setPredefinedType(IfcWindowTypeEnum newPredefinedType) |
Copyright © 2018 OpenSource BIM. All rights reserved.