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