| Package | Description |
|---|---|
| org.bimserver.models.ifc2x3tc1 | |
| org.bimserver.models.ifc2x3tc1.impl |
| Modifier and Type | Field and Description |
|---|---|
static List<IfcConstraintEnum> |
IfcConstraintEnum.VALUES
A public read-only list of all the 'Ifc Constraint Enum' enumerators.
|
| Modifier and Type | Method and Description |
|---|---|
static IfcConstraintEnum |
IfcConstraintEnum.get(int value)
Returns the 'Ifc Constraint Enum' literal with the specified integer value.
|
static IfcConstraintEnum |
IfcConstraintEnum.get(String literal)
Returns the 'Ifc Constraint Enum' literal with the specified literal value.
|
static IfcConstraintEnum |
IfcConstraintEnum.getByName(String name)
Returns the 'Ifc Constraint Enum' literal with the specified name.
|
IfcConstraintEnum |
IfcConstraint.getConstraintGrade()
Returns the value of the 'Constraint Grade' attribute.
|
static IfcConstraintEnum |
IfcConstraintEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcConstraintEnum[] |
IfcConstraintEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IfcConstraint.setConstraintGrade(IfcConstraintEnum value)
Sets the value of the '
Constraint Grade' attribute. |
| Modifier and Type | Method and Description |
|---|---|
IfcConstraintEnum |
Ifc2x3tc1FactoryImpl.createIfcConstraintEnumFromString(org.eclipse.emf.ecore.EDataType eDataType,
String initialValue) |
IfcConstraintEnum |
IfcConstraintImpl.getConstraintGrade() |
| Modifier and Type | Method and Description |
|---|---|
void |
IfcConstraintImpl.setConstraintGrade(IfcConstraintEnum newConstraintGrade) |
Copyright © 2018 OpenSource BIM. All rights reserved.