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