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