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