edu.indiana.dlib.metsnav.mets.v1_5.types
Class AreaTypeEXTTYPEType

java.lang.Object
  extended by edu.indiana.dlib.metsnav.mets.v1_5.types.AreaTypeEXTTYPEType
All Implemented Interfaces:
Serializable

public class AreaTypeEXTTYPEType
extends Object
implements Serializable

Class AreaTypeEXTTYPEType.

See Also:
Serialized Form

Field Summary
static AreaTypeEXTTYPEType BYTE
          The instance of the BYTE type
static int BYTE_TYPE
          The BYTE type
static AreaTypeEXTTYPEType MIDI
          The instance of the MIDI type
static int MIDI_TYPE
          The MIDI type
static AreaTypeEXTTYPEType SMIL
          The instance of the SMIL type
static int SMIL_TYPE
          The SMIL type
static AreaTypeEXTTYPEType SMPTE_24
          The instance of the SMPTE-24 type
static int SMPTE_24_TYPE
          The SMPTE-24 type
static AreaTypeEXTTYPEType SMPTE_25
          The instance of the SMPTE-25 type
static int SMPTE_25_TYPE
          The SMPTE-25 type
static AreaTypeEXTTYPEType SMPTE_DF29_97
          The instance of the SMPTE-DF29.97 type
static int SMPTE_DF29_97_TYPE
          The SMPTE-DF29.97 type
static AreaTypeEXTTYPEType SMPTE_DF30
          The instance of the SMPTE-DF30 type
static int SMPTE_DF30_TYPE
          The SMPTE-DF30 type
static AreaTypeEXTTYPEType SMPTE_NDF29_97
          The instance of the SMPTE-NDF29.97 type
static int SMPTE_NDF29_97_TYPE
          The SMPTE-NDF29.97 type
static AreaTypeEXTTYPEType SMPTE_NDF30
          The instance of the SMPTE-NDF30 type
static int SMPTE_NDF30_TYPE
          The SMPTE-NDF30 type
static AreaTypeEXTTYPEType TCF
          The instance of the TCF type
static int TCF_TYPE
          The TCF type
static AreaTypeEXTTYPEType TIME
          The instance of the TIME type
static int TIME_TYPE
          The TIME type
 
Method Summary
static Enumeration enumerate()
          Method enumerate Returns an enumeration of all possible instances of AreaTypeEXTTYPEType
 int getType()
          Method getType Returns the type of this AreaTypeEXTTYPEType
 String toString()
          Method toString Returns the String representation of this AreaTypeEXTTYPEType
static AreaTypeEXTTYPEType valueOf(String string)
          Method valueOf Returns a new AreaTypeEXTTYPEType based on the given String value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

BYTE_TYPE

public static final int BYTE_TYPE
The BYTE type

See Also:
Constant Field Values

BYTE

public static final AreaTypeEXTTYPEType BYTE
The instance of the BYTE type


SMIL_TYPE

public static final int SMIL_TYPE
The SMIL type

See Also:
Constant Field Values

SMIL

public static final AreaTypeEXTTYPEType SMIL
The instance of the SMIL type


MIDI_TYPE

public static final int MIDI_TYPE
The MIDI type

See Also:
Constant Field Values

MIDI

public static final AreaTypeEXTTYPEType MIDI
The instance of the MIDI type


SMPTE_25_TYPE

public static final int SMPTE_25_TYPE
The SMPTE-25 type

See Also:
Constant Field Values

SMPTE_25

public static final AreaTypeEXTTYPEType SMPTE_25
The instance of the SMPTE-25 type


SMPTE_24_TYPE

public static final int SMPTE_24_TYPE
The SMPTE-24 type

See Also:
Constant Field Values

SMPTE_24

public static final AreaTypeEXTTYPEType SMPTE_24
The instance of the SMPTE-24 type


SMPTE_DF30_TYPE

public static final int SMPTE_DF30_TYPE
The SMPTE-DF30 type

See Also:
Constant Field Values

SMPTE_DF30

public static final AreaTypeEXTTYPEType SMPTE_DF30
The instance of the SMPTE-DF30 type


SMPTE_NDF30_TYPE

public static final int SMPTE_NDF30_TYPE
The SMPTE-NDF30 type

See Also:
Constant Field Values

SMPTE_NDF30

public static final AreaTypeEXTTYPEType SMPTE_NDF30
The instance of the SMPTE-NDF30 type


SMPTE_DF29_97_TYPE

public static final int SMPTE_DF29_97_TYPE
The SMPTE-DF29.97 type

See Also:
Constant Field Values

SMPTE_DF29_97

public static final AreaTypeEXTTYPEType SMPTE_DF29_97
The instance of the SMPTE-DF29.97 type


SMPTE_NDF29_97_TYPE

public static final int SMPTE_NDF29_97_TYPE
The SMPTE-NDF29.97 type

See Also:
Constant Field Values

SMPTE_NDF29_97

public static final AreaTypeEXTTYPEType SMPTE_NDF29_97
The instance of the SMPTE-NDF29.97 type


TIME_TYPE

public static final int TIME_TYPE
The TIME type

See Also:
Constant Field Values

TIME

public static final AreaTypeEXTTYPEType TIME
The instance of the TIME type


TCF_TYPE

public static final int TCF_TYPE
The TCF type

See Also:
Constant Field Values

TCF

public static final AreaTypeEXTTYPEType TCF
The instance of the TCF type

Method Detail

enumerate

public static Enumeration enumerate()
Method enumerate Returns an enumeration of all possible instances of AreaTypeEXTTYPEType

Returns:
Enumeration

getType

public int getType()
Method getType Returns the type of this AreaTypeEXTTYPEType

Returns:
int

toString

public String toString()
Method toString Returns the String representation of this AreaTypeEXTTYPEType

Overrides:
toString in class Object
Returns:
String

valueOf

public static AreaTypeEXTTYPEType valueOf(String string)
Method valueOf Returns a new AreaTypeEXTTYPEType based on the given String value.

Parameters:
string -
Returns:
AreaTypeEXTTYPEType


Copyright © 2005 Trustees of Indiana University. All Rights Reserved.