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