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