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