public enum MapsetStartupVisibility extends java.lang.Enum<MapsetStartupVisibility>
Copyright 2010 Partner Software, Inc.
| Enum Constant and Description |
|---|
HIDDEN
Hidden at startup, regardless of changes made to Contents menu during previous runs of the Map Viewer.
|
REMEMBERED
Visibility set to however it was left during previous run of the Map Viewer.
|
VISIBLE
Visible at startup, regardless of changes made to Contents menu during previous runs of the Map Viewer.
|
| Modifier and Type | Method and Description |
|---|---|
static MapsetStartupVisibility |
forName(java.lang.String name) |
java.lang.String |
getName() |
static java.util.List<java.lang.String> |
listNames() |
static MapsetStartupVisibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MapsetStartupVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MapsetStartupVisibility VISIBLE
public static final MapsetStartupVisibility HIDDEN
public static final MapsetStartupVisibility REMEMBERED
public static MapsetStartupVisibility[] values()
for (MapsetStartupVisibility c : MapsetStartupVisibility.values()) System.out.println(c);
public static MapsetStartupVisibility 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 nullpublic static MapsetStartupVisibility forName(java.lang.String name)
public static java.util.List<java.lang.String> listNames()
public java.lang.String getName()