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