public static enum FragmentDescriptor.OtherType extends Enum<FragmentDescriptor.OtherType>
| Modifier and Type | Method and Description |
|---|---|
static FragmentDescriptor.OtherType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FragmentDescriptor.OtherType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FragmentDescriptor.OtherType None
public static final FragmentDescriptor.OtherType Before
public static final FragmentDescriptor.OtherType After
public static FragmentDescriptor.OtherType[] values()
for (FragmentDescriptor.OtherType c : FragmentDescriptor.OtherType.values()) System.out.println(c);
public static FragmentDescriptor.OtherType 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 © 1995-2015 Mort Bay Consulting. All Rights Reserved.