org.teleal.cling.support.avtransport.dto
Enum SeekMode

java.lang.Object
  extended by java.lang.Enum<SeekMode>
      extended by org.teleal.cling.support.avtransport.dto.SeekMode
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<SeekMode>

public enum SeekMode
extends java.lang.Enum<SeekMode>


Enum Constant Summary
ABS_COUNT
           
ABS_TIME
           
CHANNEL_FREQ
           
FRAME
           
REL_COUNT
           
REL_TIME
           
TAPE_INDEX
           
TRACK_NR
           
 
Method Summary
static SeekMode getByProtocolString(java.lang.String s)
           
 java.lang.String toString()
           
static SeekMode valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static SeekMode[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

TRACK_NR

public static final SeekMode TRACK_NR

ABS_TIME

public static final SeekMode ABS_TIME

REL_TIME

public static final SeekMode REL_TIME

ABS_COUNT

public static final SeekMode ABS_COUNT

REL_COUNT

public static final SeekMode REL_COUNT

CHANNEL_FREQ

public static final SeekMode CHANNEL_FREQ

TAPE_INDEX

public static final SeekMode TAPE_INDEX

FRAME

public static final SeekMode FRAME
Method Detail

values

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

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

valueOf

public static SeekMode 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
java.lang.NullPointerException - if the argument is null

getByProtocolString

public static SeekMode getByProtocolString(java.lang.String s)

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Enum<SeekMode>


Copyright © 2010 Teleal GmbH, Switzerland. All Rights Reserved.