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