Modifier and Type | Method and Description |
---|---|
java.lang.String |
getParentFrame() |
static FrameType |
lookup(java.lang.String value) |
static FrameType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FrameType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FrameType SolarSystemBarycentricInertial
public static final FrameType SunCentricInertial
public static final FrameType EarthMoonBarycentricInertial
public static final FrameType EarthMoonBarycentricRotating
public static final FrameType EarthMoonL2Rotating
public static final FrameType EarthCentricInertial
public static final FrameType EarthCentricFixed
public static final FrameType MoonCentricInertial
public static final FrameType MoonCentricFixed
public static final FrameType MarsCentricInertial
public static final FrameType MarsCentricFixed
public static final FrameType AitkenBasinLocalFixed
public static FrameType[] values()
for (FrameType c : FrameType.values()) System.out.println(c);
public static FrameType 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 nullpublic java.lang.String getParentFrame()
public static FrameType lookup(java.lang.String value)
Author: SMASH LAB - University of Calabria (UNICAL)