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