public static enum SystemMap.Column extends java.lang.Enum<SystemMap.Column>
| Modifier and Type | Method and Description |
|---|---|
static SystemMap.Column |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SystemMap.Column[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemMap.Column Right
public static final SystemMap.Column Left
public static final SystemMap.Column Center
public static SystemMap.Column[] values()
for (SystemMap.Column c : SystemMap.Column.values()) System.out.println(c);
public static SystemMap.Column 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