edu.harvard.hul.ois.mets
Class Transformtype

java.lang.Object
  extended byedu.harvard.hul.ois.mets.helper.Enum
      extended byedu.harvard.hul.ois.mets.Transformtype

public final class Transformtype
extends Enum

This class encapsulates the TRANSFORMTYPE type.


Field Summary
static Transformtype DECOMPRESSION
          Decompression.
static Transformtype DECRYPTION
          Decryption.
 
Constructor Summary
Transformtype(java.lang.String value)
          Instantiate a Transformtype object.
 
Method Summary
static Transformtype parse(java.lang.String name)
          Return Transformtype 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

DECOMPRESSION

public static final Transformtype DECOMPRESSION
Decompression.


DECRYPTION

public static final Transformtype DECRYPTION
Decryption.

Constructor Detail

Transformtype

public Transformtype(java.lang.String value)
Instantiate a Transformtype object.

Parameters:
value - Transformtype value
Method Detail

parse

public static Transformtype parse(java.lang.String name)
                           throws MetsException
Return Transformtype by name.

Parameters:
name - Transformtype name
Throws:
MetsException