public static enum OverlayLayer.ModalityDomain extends Enum<OverlayLayer.ModalityDomain>
Modifier and Type | Method and Description |
---|---|
String |
getCssClass() |
static OverlayLayer.ModalityDomain |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OverlayLayer.ModalityDomain[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OverlayLayer.ModalityDomain SUB_APP
public static final OverlayLayer.ModalityDomain APP
public static final OverlayLayer.ModalityDomain SHELL
public static OverlayLayer.ModalityDomain[] values()
for (OverlayLayer.ModalityDomain c : OverlayLayer.ModalityDomain.values()) System.out.println(c);
public static OverlayLayer.ModalityDomain 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 nullpublic String getCssClass()
Copyright © 2015 Magnolia International Ltd.. All rights reserved.