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