| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcObjectTypeEnum> |
IfcObjectTypeEnum.VALUES
A public read-only list of all the 'Ifc Object Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcObjectTypeEnum |
IfcObjectTypeEnum.get(int value)
Returns the 'Ifc Object Type Enum' literal with the specified integer value.
|
static IfcObjectTypeEnum |
IfcObjectTypeEnum.get(String literal)
Returns the 'Ifc Object Type Enum' literal with the specified literal value.
|
static IfcObjectTypeEnum |
IfcObjectTypeEnum.getByName(String name)
Returns the 'Ifc Object Type Enum' literal with the specified name.
|
IfcObjectTypeEnum |
IfcProxy.getProxyType()
Returns the value of the 'Proxy Type' attribute.
|
IfcObjectTypeEnum |
IfcRelAssigns.getRelatedObjectsType()
Returns the value of the 'Related Objects Type' attribute.
|
static IfcObjectTypeEnum |
IfcObjectTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcObjectTypeEnum[] |
IfcObjectTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProxy.setProxyType(IfcObjectTypeEnum value)
Sets the value of the '
Proxy Type' attribute. |
void |
IfcRelAssigns.setRelatedObjectsType(IfcObjectTypeEnum value)
Sets the value of the '
Related Objects Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcObjectTypeEnum |
Ifc4FactoryImpl.createIfcObjectTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcObjectTypeEnum |
IfcProxyImpl.getProxyType() |
IfcObjectTypeEnum |
IfcRelAssignsImpl.getRelatedObjectsType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcProxyImpl.setProxyType(IfcObjectTypeEnum newProxyType) |
void |
IfcRelAssignsImpl.setRelatedObjectsType(IfcObjectTypeEnum newRelatedObjectsType) |
Copyright © 2018 OpenSource BIM. All rights reserved.