| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcTaskDurationEnum> |
IfcTaskDurationEnum.VALUES
A public read-only list of all the 'Ifc Task Duration Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcTaskDurationEnum |
IfcTaskDurationEnum.get(int value)
Returns the 'Ifc Task Duration Enum' literal with the specified integer value.
|
static IfcTaskDurationEnum |
IfcTaskDurationEnum.get(String literal)
Returns the 'Ifc Task Duration Enum' literal with the specified literal value.
|
static IfcTaskDurationEnum |
IfcTaskDurationEnum.getByName(String name)
Returns the 'Ifc Task Duration Enum' literal with the specified name.
|
IfcTaskDurationEnum |
IfcTaskTime.getDurationType()
Returns the value of the 'Duration Type' attribute.
|
IfcTaskDurationEnum |
IfcLagTime.getDurationType()
Returns the value of the 'Duration Type' attribute.
|
static IfcTaskDurationEnum |
IfcTaskDurationEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTaskDurationEnum[] |
IfcTaskDurationEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcTaskTime.setDurationType(IfcTaskDurationEnum value)
Sets the value of the '
Duration Type' attribute. |
void |
IfcLagTime.setDurationType(IfcTaskDurationEnum value)
Sets the value of the '
Duration Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcTaskDurationEnum |
Ifc4FactoryImpl.createIfcTaskDurationEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcTaskDurationEnum |
IfcLagTimeImpl.getDurationType() |
IfcTaskDurationEnum |
IfcTaskTimeImpl.getDurationType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcLagTimeImpl.setDurationType(IfcTaskDurationEnum newDurationType) |
void |
IfcTaskTimeImpl.setDurationType(IfcTaskDurationEnum newDurationType) |
Copyright © 2018 OpenSource BIM. All rights reserved.