public enum IfcBSplineSurfaceForm extends Enum<IfcBSplineSurfaceForm>
Enum Constant and Description |
---|
CONICAL_SURF |
CYLINDRICAL_SURF |
GENERALISED_CONE |
PLANE_SURF |
QUADRIC_SURF |
RULED_SURF |
SPHERICAL_SURF |
SURF_OF_LINEAR_EXTRUSION |
SURF_OF_REVOLUTION |
TOROIDAL_SURF |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static IfcBSplineSurfaceForm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IfcBSplineSurfaceForm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IfcBSplineSurfaceForm PLANE_SURF
public static final IfcBSplineSurfaceForm CYLINDRICAL_SURF
public static final IfcBSplineSurfaceForm CONICAL_SURF
public static final IfcBSplineSurfaceForm SPHERICAL_SURF
public static final IfcBSplineSurfaceForm TOROIDAL_SURF
public static final IfcBSplineSurfaceForm SURF_OF_REVOLUTION
public static final IfcBSplineSurfaceForm RULED_SURF
public static final IfcBSplineSurfaceForm GENERALISED_CONE
public static final IfcBSplineSurfaceForm QUADRIC_SURF
public static final IfcBSplineSurfaceForm SURF_OF_LINEAR_EXTRUSION
public static final IfcBSplineSurfaceForm UNSPECIFIED
public static IfcBSplineSurfaceForm[] values()
for (IfcBSplineSurfaceForm c : IfcBSplineSurfaceForm.values()) System.out.println(c);
public static IfcBSplineSurfaceForm 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