|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||

java.lang.Objectjava.lang.Enum<SolTime.TimeUnits>
cz.cuni.amis.pogamut.sposh.elements.SolTime.TimeUnits
@Deprecated public static enum SolTime.TimeUnits
| Enum Constant Summary | |
|---|---|
HOURS
Deprecated. |
|
MINUTES
Deprecated. |
|
NONE
Deprecated. |
|
SECONDS
Deprecated. |
|
| Method Summary | |
|---|---|
int |
getId()
Deprecated. |
String |
toString()
Deprecated. |
static SolTime.TimeUnits |
valueOf(String name)
Deprecated. Returns the enum constant of this type with the specified name. |
static SolTime.TimeUnits[] |
values()
Deprecated. Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final SolTime.TimeUnits HOURS
public static final SolTime.TimeUnits MINUTES
public static final SolTime.TimeUnits SECONDS
public static final SolTime.TimeUnits NONE
| Method Detail |
|---|
public static SolTime.TimeUnits[] values()
for (SolTime.TimeUnits c : SolTime.TimeUnits.values()) System.out.println(c);
public static SolTime.TimeUnits valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic String toString()
toString in class Enum<SolTime.TimeUnits>public int getId()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||