public enum swRefPlaneType_e extends java.lang.Enum<swRefPlaneType_e>
Enum Constant and Description |
---|
swRefPlaneAngle |
swRefPlaneConstraintBase |
swRefPlaneDistance |
swRefPlaneInvalid |
swRefPlaneLineLine |
swRefPlaneLinePoint |
swRefPlaneNormal |
swRefPlaneOnSurface |
swRefPlaneParallel |
swRefPlaneSWStandard |
swRefPlaneThreePoint |
swRefPlaneUndefined |
Modifier and Type | Method and Description |
---|---|
static swRefPlaneType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRefPlaneType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRefPlaneType_e swRefPlaneInvalid
public static final swRefPlaneType_e swRefPlaneUndefined
public static final swRefPlaneType_e swRefPlaneLinePoint
public static final swRefPlaneType_e swRefPlaneThreePoint
public static final swRefPlaneType_e swRefPlaneLineLine
public static final swRefPlaneType_e swRefPlaneDistance
public static final swRefPlaneType_e swRefPlaneParallel
public static final swRefPlaneType_e swRefPlaneAngle
public static final swRefPlaneType_e swRefPlaneNormal
public static final swRefPlaneType_e swRefPlaneOnSurface
public static final swRefPlaneType_e swRefPlaneSWStandard
public static final swRefPlaneType_e swRefPlaneConstraintBase
public static swRefPlaneType_e[] values()
for (swRefPlaneType_e c : swRefPlaneType_e.values()) System.out.println(c);
public static swRefPlaneType_e valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null