public static enum FixedPartitionPeer2.Months extends Enum<FixedPartitionPeer2.Months>
| Enum Constant and Description |
|---|
APR |
AUG |
DEC |
FEB |
JAN |
JUL |
JUN |
MAR |
MAY |
NOV |
OCT |
SEP |
| Modifier and Type | Method and Description |
|---|---|
static FixedPartitionPeer2.Months |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FixedPartitionPeer2.Months[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FixedPartitionPeer2.Months JAN
public static final FixedPartitionPeer2.Months FEB
public static final FixedPartitionPeer2.Months MAR
public static final FixedPartitionPeer2.Months APR
public static final FixedPartitionPeer2.Months MAY
public static final FixedPartitionPeer2.Months JUN
public static final FixedPartitionPeer2.Months JUL
public static final FixedPartitionPeer2.Months AUG
public static final FixedPartitionPeer2.Months SEP
public static final FixedPartitionPeer2.Months OCT
public static final FixedPartitionPeer2.Months NOV
public static final FixedPartitionPeer2.Months DEC
public static FixedPartitionPeer2.Months[] values()
for (FixedPartitionPeer2.Months c : FixedPartitionPeer2.Months.values()) System.out.println(c);
public static FixedPartitionPeer2.Months 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 © 2010-2015 Pivotal Software, Inc. All rights reserved.