public static enum CismapPlugin.ViewSection extends Enum<CismapPlugin.ViewSection>
| Enum Constant and Description |
|---|
CAPABILITIES |
LAYER |
LAYER_INFO |
MAP |
WFS |
| Modifier and Type | Method and Description |
|---|---|
static CismapPlugin.ViewSection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CismapPlugin.ViewSection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CismapPlugin.ViewSection MAP
public static final CismapPlugin.ViewSection WFS
public static final CismapPlugin.ViewSection LAYER
public static final CismapPlugin.ViewSection LAYER_INFO
public static final CismapPlugin.ViewSection CAPABILITIES
public static CismapPlugin.ViewSection[] values()
for (CismapPlugin.ViewSection c : CismapPlugin.ViewSection.values()) System.out.println(c);
public static CismapPlugin.ViewSection 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 © 2012–2026 cismet GmbH. All rights reserved.