public static enum GPFramesConfiguration.GPFrameConfs extends Enum<GPFramesConfiguration.GPFrameConfs>
| Modifier and Type | Method and Description |
|---|---|
static GPFramesConfiguration.GPFrameConfs |
fromFrameConvention(fr.cnes.sirius.patrius.frames.configuration.FrameConvention frameConv)
Getter of the
GPFramesConfiguration.GPFrameConfs enum item from the FrameConvention enum item. |
static GPFramesConfiguration.GPFrameConfs |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GPFramesConfiguration.GPFrameConfs[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GPFramesConfiguration.GPFrameConfs iers2010
public static final GPFramesConfiguration.GPFrameConfs iers2003
public static final GPFramesConfiguration.GPFrameConfs stela
public static GPFramesConfiguration.GPFrameConfs[] values()
for (GPFramesConfiguration.GPFrameConfs c : GPFramesConfiguration.GPFrameConfs.values()) System.out.println(c);
public static GPFramesConfiguration.GPFrameConfs 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 GPFramesConfiguration.GPFrameConfs fromFrameConvention(fr.cnes.sirius.patrius.frames.configuration.FrameConvention frameConv)
GPFramesConfiguration.GPFrameConfs enum item from the FrameConvention enum item.frameConv - FrameConvention enum itemGPFramesConfiguration.GPFrameConfs enum item or null if
FrameConvention.NONECopyright © 2025. All rights reserved.