public enum swRefPointType_e extends java.lang.Enum<swRefPointType_e>
Enum Constant and Description |
---|
swRefPointAlongCurve |
swRefPointCenterEdge |
swRefPointFaceCenter |
swRefPointFaceVertexProjection |
swRefPointIntersection |
swRefPointInvalid |
swRefPointSketchPoint |
swRefPointUndefined |
Modifier and Type | Method and Description |
---|---|
static swRefPointType_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swRefPointType_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swRefPointType_e swRefPointInvalid
public static final swRefPointType_e swRefPointUndefined
public static final swRefPointType_e swRefPointAlongCurve
public static final swRefPointType_e swRefPointCenterEdge
public static final swRefPointType_e swRefPointFaceCenter
public static final swRefPointType_e swRefPointFaceVertexProjection
public static final swRefPointType_e swRefPointIntersection
public static final swRefPointType_e swRefPointSketchPoint
public static swRefPointType_e[] values()
for (swRefPointType_e c : swRefPointType_e.values()) System.out.println(c);
public static swRefPointType_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