public static enum Collection.CollectionType extends Enum<Collection.CollectionType> implements EnumValue
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static Collection.CollectionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collection.CollectionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Collection.CollectionType Normal
public static final Collection.CollectionType Private
public static Collection.CollectionType[] values()
for (Collection.CollectionType c : Collection.CollectionType.values()) System.out.println(c);
public static Collection.CollectionType 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 © 2014 Equilibrium. All rights reserved.