org.biomage.Array
Class ArrayGroup.OrientationMarkPosition

java.lang.Object
  extended by org.biomage.Array.ArrayGroup.OrientationMarkPosition
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
ArrayGroup

public class ArrayGroup.OrientationMarkPosition
extends java.lang.Object
implements java.io.Serializable

Inner class for the enumeration values that the attribute orientationMarkPosition can assume.

See Also:
Serialized Form

Field Summary
 int bottom
           
 int left
           
 int right
           
 int top
           
 
Method Summary
 java.lang.String getName()
           
 java.lang.String getNameByValue(int val)
           
 int getValue()
           
 int getValueByName(java.lang.String name)
           
 java.lang.String setNameByValue(int val)
           
 int setValueByName(java.lang.String name)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

top

public final int top
See Also:
Constant Field Values

bottom

public final int bottom
See Also:
Constant Field Values

left

public final int left
See Also:
Constant Field Values

right

public final int right
See Also:
Constant Field Values
Method Detail

setValueByName

public int setValueByName(java.lang.String name)

getValueByName

public int getValueByName(java.lang.String name)

setNameByValue

public java.lang.String setNameByValue(int val)

getNameByValue

public java.lang.String getNameByValue(int val)

getValue

public int getValue()

getName

public java.lang.String getName()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object