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