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