@Deprecated public enum XArrayMode extends java.lang.Enum<XArrayMode>
SpatialMode
Enum Constant and Description |
---|
Direction
Deprecated.
Direction mode.
|
Location
Deprecated.
Location mode.
|
WideAreaMonitor
Deprecated.
Wide Area Monitor mode.
|
Modifier and Type | Method and Description |
---|---|
static XArrayMode |
valueOf(java.lang.String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static XArrayMode[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XArrayMode WideAreaMonitor
public static final XArrayMode Location
public static final XArrayMode Direction
public static XArrayMode[] values()
for (XArrayMode c : XArrayMode.values()) System.out.println(c);
public static XArrayMode 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 null