public static enum YRefFrame.MOUNTPOSITION extends Enum<YRefFrame.MOUNTPOSITION>
Modifier and Type | Field and Description |
---|---|
int |
value |
Modifier and Type | Method and Description |
---|---|
static YRefFrame.MOUNTPOSITION |
fromInt(int intval) |
static YRefFrame.MOUNTPOSITION |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static YRefFrame.MOUNTPOSITION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final YRefFrame.MOUNTPOSITION BOTTOM
public static final YRefFrame.MOUNTPOSITION TOP
public static final YRefFrame.MOUNTPOSITION FRONT
public static final YRefFrame.MOUNTPOSITION RIGHT
public static final YRefFrame.MOUNTPOSITION REAR
public static final YRefFrame.MOUNTPOSITION LEFT
public static YRefFrame.MOUNTPOSITION[] values()
for (YRefFrame.MOUNTPOSITION c : YRefFrame.MOUNTPOSITION.values()) System.out.println(c);
public static YRefFrame.MOUNTPOSITION 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 nullpublic static YRefFrame.MOUNTPOSITION fromInt(int intval)
Copyright © 2015. All rights reserved.