public enum swStandardViews_e extends java.lang.Enum<swStandardViews_e>
Enum Constant and Description |
---|
swBackView |
swBottomView |
swDimetricView |
swFrontView |
swIsometricView |
swLeftView |
swRightView |
swTopView |
swTrimetricView |
Modifier and Type | Method and Description |
---|---|
static swStandardViews_e |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static swStandardViews_e[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final swStandardViews_e swFrontView
public static final swStandardViews_e swBackView
public static final swStandardViews_e swLeftView
public static final swStandardViews_e swRightView
public static final swStandardViews_e swTopView
public static final swStandardViews_e swBottomView
public static final swStandardViews_e swIsometricView
public static final swStandardViews_e swTrimetricView
public static final swStandardViews_e swDimetricView
public static swStandardViews_e[] values()
for (swStandardViews_e c : swStandardViews_e.values()) System.out.println(c);
public static swStandardViews_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