public static enum Freq.FreqUnits extends Enum<Freq.FreqUnits>
| Modifier and Type | Method and Description |
|---|---|
int |
getId() |
String |
toString() |
static Freq.FreqUnits |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Freq.FreqUnits[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Freq.FreqUnits HOURS
public static final Freq.FreqUnits MINUTES
public static final Freq.FreqUnits SECONDS
public static final Freq.FreqUnits NONE
public static final Freq.FreqUnits HZ
public static final Freq.FreqUnits PM
public static Freq.FreqUnits[] values()
for (Freq.FreqUnits c : Freq.FreqUnits.values()) System.out.println(c);
public static Freq.FreqUnits 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 nullpublic String toString()
toString in class Enum<Freq.FreqUnits>public int getId()
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.