public static enum Tile2HPX.WCSFrame extends java.lang.Enum<Tile2HPX.WCSFrame>
| Modifier and Type | Method and Description | 
|---|---|
static Tile2HPX.WCSFrame | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static Tile2HPX.WCSFrame[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final Tile2HPX.WCSFrame EQU
public static final Tile2HPX.WCSFrame GAL
public static Tile2HPX.WCSFrame[] values()
for (Tile2HPX.WCSFrame c : Tile2HPX.WCSFrame.values()) System.out.println(c);
public static Tile2HPX.WCSFrame 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 nullCopyright © 2018 F.-X. Pineau, CDS, Observatoire Astronomique de Strasbourg, Universite de Strasbourg, CNRS. All Rights Reserved.