|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TimeSource>
com.ionetrics.lib.annotatorcomm.TimeSource
public enum TimeSource
Annotator Time Source
Method Summary | |
---|---|
long |
getTimeSource()
Get the time source. |
static TimeSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TimeSource[] |
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 TimeSource INTERNAL_CLOCK
public static final TimeSource IRIG_A_AM
public static final TimeSource IRIG_A_MANCHESTER
public static final TimeSource IRIG_A_DC
public static final TimeSource IRIG_B_AM
public static final TimeSource IRIG_B_MANCHESTER
public static final TimeSource IRIG_B_DC
public static final TimeSource IRIG_D_AM
public static final TimeSource IRIG_D_MANCHESTER
public static final TimeSource IRIG_D_DC
public static final TimeSource IRIG_E_AM
public static final TimeSource IRIG_E_MANCHESTER
public static final TimeSource IRIG_E_DC
public static final TimeSource IRIG_G_AM
public static final TimeSource IRIG_G_MANCHESTER
public static final TimeSource IRIG_G_DC
public static final TimeSource IRIG_H_AM
public static final TimeSource IRIG_H_MANCHESTER
public static final TimeSource IRIG_H_DC
public static final TimeSource GPS
Method Detail |
---|
public static final TimeSource[] values()
for(TimeSource c : TimeSource.values()) System.out.println(c);
public static TimeSource 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 namepublic long getTimeSource()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |