JNISpice
version 2.0.0

spice.basic
Enum TimeSystem

java.lang.Object
  extended by java.lang.Enum<TimeSystem>
      extended by spice.basic.TimeSystem
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<TimeSystem>

public enum TimeSystem
extends java.lang.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

JED

public static final TimeSystem JED

SCLK

public static final TimeSystem SCLK

TAI

public static final TimeSystem TAI

TDB

public static final TimeSystem TDB

TDT

public static final TimeSystem TDT

TT

public static final TimeSystem TT

UTC

public static final TimeSystem UTC
Method Detail

values

public static final TimeSystem[] values()
Returns an array containing the constants of this enum type, in the order they're declared. This method may be used to iterate over the constants as follows:
for(TimeSystem c : TimeSystem.values())
        System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they're declared

valueOf

public static TimeSystem valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name

JNISpice
version 2.0.0

JNISpice Alpha Test Version 2.0.0 28-JAN-2017 (NJB)