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