public enum IfcCurveInterpolationEnum extends Enum<IfcCurveInterpolationEnum>
| Enum Constant and Description |
|---|
LINEAR |
LOG_LINEAR |
LOG_LOG |
NOTDEFINED |
| Modifier and Type | Method and Description |
|---|---|
static IfcCurveInterpolationEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcCurveInterpolationEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcCurveInterpolationEnum LINEAR
public static final IfcCurveInterpolationEnum LOG_LINEAR
public static final IfcCurveInterpolationEnum LOG_LOG
public static final IfcCurveInterpolationEnum NOTDEFINED
public static IfcCurveInterpolationEnum[] values()
for (IfcCurveInterpolationEnum c : IfcCurveInterpolationEnum.values()) System.out.println(c);
public static IfcCurveInterpolationEnum valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null