edu.harvard.hul.ois.mets
Class Show

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

public final class Show
extends Enum

This class encapsulates the XLink show behavior enumeration. See <http://www.w3.org/TR/2001/REC-xlink-20010627/>.


Field Summary
static Show EMBED
          Embed in display.
static Show NEW
          New window.
static Show NONE
          Don't show.
static Show OTHER
          Other show behavior.
static Show REPLACE
          Replace in window.
 
Constructor Summary
Show(java.lang.String value)
          Instantiate a Show object.
 
Method Summary
static Show parse(java.lang.String name)
          Return show behavior 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

NEW

public static final Show NEW
New window.


REPLACE

public static final Show REPLACE
Replace in window.


EMBED

public static final Show EMBED
Embed in display.


OTHER

public static final Show OTHER
Other show behavior.


NONE

public static final Show NONE
Don't show.

Constructor Detail

Show

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

Parameters:
value - Show value
Method Detail

parse

public static Show parse(java.lang.String name)
                  throws MetsException
Return show behavior by name.

Parameters:
name - Behavior name
Throws:
MetsException