public static enum GraphMatrices.DMAtomState extends Enum<GraphMatrices.DMAtomState>
Enum Constant and Description |
---|
CURRENT_SHPERE |
NEXT_SHPERE |
NOT_REACHED |
PREVIOUS_SHPERE |
Modifier and Type | Method and Description |
---|---|
static GraphMatrices.DMAtomState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GraphMatrices.DMAtomState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GraphMatrices.DMAtomState NOT_REACHED
public static final GraphMatrices.DMAtomState CURRENT_SHPERE
public static final GraphMatrices.DMAtomState PREVIOUS_SHPERE
public static final GraphMatrices.DMAtomState NEXT_SHPERE
public static GraphMatrices.DMAtomState[] values()
for (GraphMatrices.DMAtomState c : GraphMatrices.DMAtomState.values()) System.out.println(c);
public static GraphMatrices.DMAtomState 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 nullCopyright © 2004–2020 Ideaconsult Ltd.. All rights reserved.