public static enum Gwtc.AncestorMode extends Enum<Gwtc.AncestorMode>
Gwtc annotation
are used to build generated gwt.xml.| Enum Constant and Description |
|---|
INHERIT_ALL_PARENTS |
INHERIT_CHILDREN |
INHERIT_ENCLOSING_CLASSES |
INHERIT_ONE_PARENT |
INHERIT_SUPER_CLASSES |
| Modifier and Type | Method and Description |
|---|---|
static Gwtc.AncestorMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Gwtc.AncestorMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Gwtc.AncestorMode INHERIT_ONE_PARENT
public static final Gwtc.AncestorMode INHERIT_ALL_PARENTS
public static final Gwtc.AncestorMode INHERIT_ENCLOSING_CLASSES
public static final Gwtc.AncestorMode INHERIT_SUPER_CLASSES
public static final Gwtc.AncestorMode INHERIT_CHILDREN
public static Gwtc.AncestorMode[] values()
for (Gwtc.AncestorMode c : Gwtc.AncestorMode.values()) System.out.println(c);
public static Gwtc.AncestorMode 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 © December 07, 2012–2015 The Internet Party. All rights reserved.