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