| Package | Description |
|---|---|
| org.bimserver.models.ifc2x3tc1 | |
| org.bimserver.models.ifc2x3tc1.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcConnectionTypeEnum> |
IfcConnectionTypeEnum.VALUES
A public read-only list of all the 'Ifc Connection Type Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcConnectionTypeEnum |
IfcConnectionTypeEnum.get(int value)
Returns the 'Ifc Connection Type Enum' literal with the specified integer value.
|
static IfcConnectionTypeEnum |
IfcConnectionTypeEnum.get(String literal)
Returns the 'Ifc Connection Type Enum' literal with the specified literal value.
|
static IfcConnectionTypeEnum |
IfcConnectionTypeEnum.getByName(String name)
Returns the 'Ifc Connection Type Enum' literal with the specified name.
|
IfcConnectionTypeEnum |
IfcRelConnectsPathElements.getRelatedConnectionType()
Returns the value of the 'Related Connection Type' attribute.
|
IfcConnectionTypeEnum |
IfcRelConnectsPathElements.getRelatingConnectionType()
Returns the value of the 'Relating Connection Type' attribute.
|
static IfcConnectionTypeEnum |
IfcConnectionTypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcConnectionTypeEnum[] |
IfcConnectionTypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcRelConnectsPathElements.setRelatedConnectionType(IfcConnectionTypeEnum value)
Sets the value of the '
Related Connection Type' attribute. |
void |
IfcRelConnectsPathElements.setRelatingConnectionType(IfcConnectionTypeEnum value)
Sets the value of the '
Relating Connection Type' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcConnectionTypeEnum |
Ifc2x3tc1FactoryImpl.createIfcConnectionTypeEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcConnectionTypeEnum |
IfcRelConnectsPathElementsImpl.getRelatedConnectionType() |
IfcConnectionTypeEnum |
IfcRelConnectsPathElementsImpl.getRelatingConnectionType() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcRelConnectsPathElementsImpl.setRelatedConnectionType(IfcConnectionTypeEnum newRelatedConnectionType) |
void |
IfcRelConnectsPathElementsImpl.setRelatingConnectionType(IfcConnectionTypeEnum newRelatingConnectionType) |
Copyright © 2016 OpenSource BIM. All rights reserved.