public static enum CollectionManager.Force extends Enum<CollectionManager.Force>
Modifier and Type | Method and Description |
---|---|
static CollectionManager.Force |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionManager.Force[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionManager.Force always
public static final CollectionManager.Force test
public static final CollectionManager.Force nocheck
public static CollectionManager.Force[] values()
for (CollectionManager.Force c : CollectionManager.Force.values()) System.out.println(c);
public static CollectionManager.Force 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 © 1999–2013 UCAR/Unidata. All rights reserved.