| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcGlobalOrLocalEnum> |
IfcGlobalOrLocalEnum.VALUES
A public read-only list of all the 'Ifc Global Or Local Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcGlobalOrLocalEnum |
IfcGlobalOrLocalEnum.get(int value)
Returns the 'Ifc Global Or Local Enum' literal with the specified integer value.
|
static IfcGlobalOrLocalEnum |
IfcGlobalOrLocalEnum.get(String literal)
Returns the 'Ifc Global Or Local Enum' literal with the specified literal value.
|
static IfcGlobalOrLocalEnum |
IfcGlobalOrLocalEnum.getByName(String name)
Returns the 'Ifc Global Or Local Enum' literal with the specified name.
|
IfcGlobalOrLocalEnum |
IfcStructuralActivity.getGlobalOrLocal()
Returns the value of the 'Global Or Local' attribute.
|
static IfcGlobalOrLocalEnum |
IfcGlobalOrLocalEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcGlobalOrLocalEnum[] |
IfcGlobalOrLocalEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcStructuralActivity.setGlobalOrLocal(IfcGlobalOrLocalEnum value)
Sets the value of the '
Global Or Local' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcGlobalOrLocalEnum |
Ifc4FactoryImpl.createIfcGlobalOrLocalEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcGlobalOrLocalEnum |
IfcStructuralActivityImpl.getGlobalOrLocal() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcStructuralActivityImpl.setGlobalOrLocal(IfcGlobalOrLocalEnum newGlobalOrLocal) |
Copyright © 2018 OpenSource BIM. All rights reserved.