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