|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.harvard.hul.ois.mets.helper.Enum
edu.harvard.hul.ois.mets.Betype
This class encapsulates the area begin/end type enumeration. See <http://www.loc.gov/standards/mets/>.
| Field Summary | |
static Betype |
BYTE
Byte type. |
static Betype |
IDREF
IDREF type. |
static Betype |
MIDI
MIDI type. |
static Betype |
SMIL
SMIL type. |
static Betype |
SMPTE_24
SMPTE-24 type. |
static Betype |
SMPTE_25
SMPTE-25 type. |
static Betype |
SMPTE_DF29_97
SMPTE-DF29.97 type. |
static Betype |
SMPTE_DF30
SMPTE-DF30 type. |
static Betype |
SMPTE_NDF29_97
SMPTE-NDF29.97 type. |
static Betype |
SMPTE_NDF30
SMPTE-NDF30 type. |
static Betype |
TCF
TCF type. |
static Betype |
TIME
TIME type. |
| Constructor Summary | |
Betype(java.lang.String value)
Instantiate a Betype object. |
|
| Method Summary | |
static Betype |
parse(java.lang.String name)
Return the being/end type by name. |
| Methods inherited from class edu.harvard.hul.ois.mets.helper.Enum |
equals, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final Betype BYTE
public static final Betype IDREF
public static final Betype SMIL
public static final Betype MIDI
public static final Betype SMPTE_25
public static final Betype SMPTE_24
public static final Betype SMPTE_DF30
public static final Betype SMPTE_NDF30
public static final Betype SMPTE_DF29_97
public static final Betype SMPTE_NDF29_97
public static final Betype TIME
public static final Betype TCF
| Constructor Detail |
public Betype(java.lang.String value)
value - Shape value| Method Detail |
public static Betype parse(java.lang.String name)
throws MetsException
name - begin/end type name
MetsException - Unknown extent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||