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