pt.uminho.anote2.datastructures.annotation.re
Class EventDirectionally

java.lang.Object
  extended by pt.uminho.anote2.datastructures.annotation.re.EventDirectionally

public class EventDirectionally
extends java.lang.Object

0 - LeftToRight 1 - RightToLeft 2 - Unknown 3 - Both


Field Summary
static int direct
           
static int indifferent
           
static int indirect
           
static int unknown
           
 
Constructor Summary
EventDirectionally()
           
 
Method Summary
static int covertoInteger(java.lang.String valueAt)
           
static java.lang.String covertoString(int number)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direct

public static final int direct
See Also:
Constant Field Values

indirect

public static final int indirect
See Also:
Constant Field Values

unknown

public static final int unknown
See Also:
Constant Field Values

indifferent

public static final int indifferent
See Also:
Constant Field Values
Constructor Detail

EventDirectionally

public EventDirectionally()
Method Detail

covertoString

public static java.lang.String covertoString(int number)

covertoInteger

public static int covertoInteger(java.lang.String valueAt)