public static enum TrackDataInfo.eTrackSource extends java.lang.Enum<TrackDataInfo.eTrackSource>
Modifier and Type | Method and Description |
---|---|
static TrackDataInfo.eTrackSource |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrackDataInfo.eTrackSource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackDataInfo.eTrackSource REMOTE
public static final TrackDataInfo.eTrackSource LOCAL
public static final TrackDataInfo.eTrackSource RAW_DATA
public static final TrackDataInfo.eTrackSource UNKNOWN
public static TrackDataInfo.eTrackSource[] values()
for (TrackDataInfo.eTrackSource c : TrackDataInfo.eTrackSource.values()) System.out.println(c);
public static TrackDataInfo.eTrackSource 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 namejava.lang.NullPointerException
- if the argument is nullCopyright © 2010-2014 Pacific Biosciences. All Rights Reserved.