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