| Package | Description |
|---|---|
| org.bimserver.models.ifc4 | |
| org.bimserver.models.ifc4.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcEventTriggerTypeEnum> |
IfcEventTriggerTypeEnum.VALUES
A public read-only list of all the 'Ifc Event Trigger Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcEventTriggerTypeEnum |
IfcEventTriggerTypeEnum.get(int value)
Returns the 'Ifc Event Trigger Type Enum' literal with the specified integer value.
|
static IfcEventTriggerTypeEnum |
IfcEventTriggerTypeEnum.get(String literal)
Returns the 'Ifc Event Trigger Type Enum' literal with the specified literal value.
|
static IfcEventTriggerTypeEnum |
IfcEventTriggerTypeEnum.getByName(String name)
Returns the 'Ifc Event Trigger Type Enum' literal with the specified name.
|
IfcEventTriggerTypeEnum |
IfcEvent.getEventTriggerType()
Returns the value of the 'Event Trigger Type' attribute.
|
IfcEventTriggerTypeEnum |
IfcEventType.getEventTriggerType()
Returns the value of the 'Event Trigger Type' attribute.
|
static IfcEventTriggerTypeEnum |
IfcEventTriggerTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcEventTriggerTypeEnum[] |
IfcEventTriggerTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcEvent.setEventTriggerType(IfcEventTriggerTypeEnum value)
Sets the value of the '
Event Trigger Type' attribute. |
void |
IfcEventType.setEventTriggerType(IfcEventTriggerTypeEnum value)
Sets the value of the '
Event Trigger Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcEventTriggerTypeEnum |
Ifc4FactoryImpl.createIfcEventTriggerTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcEventTriggerTypeEnum |
IfcEventTypeImpl.getEventTriggerType() |
IfcEventTriggerTypeEnum |
IfcEventImpl.getEventTriggerType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcEventTypeImpl.setEventTriggerType(IfcEventTriggerTypeEnum newEventTriggerType) |
void |
IfcEventImpl.setEventTriggerType(IfcEventTriggerTypeEnum newEventTriggerType) |
Copyright © 2018 OpenSource BIM. All rights reserved.