public static enum HealpixNestedBMOC.Status extends java.lang.Enum<HealpixNestedBMOC.Status>
Enum Constant and Description |
---|
EMPTY
The cell does not cover the region.
|
FULL
The cell is fully covered by the region.
|
PARTIAL
The cell is partially covered by the region.
|
Modifier and Type | Method and Description |
---|---|
static HealpixNestedBMOC.Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static HealpixNestedBMOC.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealpixNestedBMOC.Status EMPTY
public static final HealpixNestedBMOC.Status PARTIAL
public static final HealpixNestedBMOC.Status FULL
public static HealpixNestedBMOC.Status[] values()
for (HealpixNestedBMOC.Status c : HealpixNestedBMOC.Status.values()) System.out.println(c);
public static HealpixNestedBMOC.Status 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.