public static enum TrackDataInfo.eTrackStatus extends java.lang.Enum<TrackDataInfo.eTrackStatus>
Enum Constant and Description |
---|
ADDED |
INPROGRESS |
LOADED |
STREAMING |
UNKNOWN |
WITH_ERRORS |
Modifier and Type | Method and Description |
---|---|
static TrackDataInfo.eTrackStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TrackDataInfo.eTrackStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TrackDataInfo.eTrackStatus ADDED
public static final TrackDataInfo.eTrackStatus INPROGRESS
public static final TrackDataInfo.eTrackStatus STREAMING
public static final TrackDataInfo.eTrackStatus LOADED
public static final TrackDataInfo.eTrackStatus WITH_ERRORS
public static final TrackDataInfo.eTrackStatus UNKNOWN
public static TrackDataInfo.eTrackStatus[] values()
for (TrackDataInfo.eTrackStatus c : TrackDataInfo.eTrackStatus.values()) System.out.println(c);
public static TrackDataInfo.eTrackStatus 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.