public enum IfcTransitionCode extends Enum<IfcTransitionCode>
| Enum Constant and Description |
|---|
CONTINUOUS |
CONTSAMEGRADIENT |
CONTSAMEGRADIENTSAMECURVATURE |
DISCONTINUOUS |
| Modifier and Type | Method and Description |
|---|---|
static IfcTransitionCode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcTransitionCode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcTransitionCode DISCONTINUOUS
public static final IfcTransitionCode CONTINUOUS
public static final IfcTransitionCode CONTSAMEGRADIENT
public static final IfcTransitionCode CONTSAMEGRADIENTSAMECURVATURE
public static IfcTransitionCode[] values()
for (IfcTransitionCode c : IfcTransitionCode.values()) System.out.println(c);
public static IfcTransitionCode 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