|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TimeSystem>
spice.basic.TimeSystem
public enum TimeSystem
Enum TimeSystem identifies the time systems known to JNISPICE.
Version 1.0.0 14-DEC-2009 (NJB)
Enum Constant Summary | |
---|---|
JED
|
|
SCLK
|
|
TAI
|
|
TDB
|
|
TDT
|
|
TT
|
|
UTC
|
Method Summary | |
---|---|
static TimeSystem |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeSystem[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TimeSystem JED
public static final TimeSystem SCLK
public static final TimeSystem TAI
public static final TimeSystem TDB
public static final TimeSystem TDT
public static final TimeSystem TT
public static final TimeSystem UTC
Method Detail |
---|
public static final TimeSystem[] values()
for(TimeSystem c : TimeSystem.values()) System.out.println(c);
public static TimeSystem valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
|
JNISpice version 2.0.0 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |