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