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