com.azalient.apo.enums
Class EnumUserWords

java.lang.Object
  extended by com.azalient.apo.enums.EnumUserWords

public class EnumUserWords
extends Object

Translatable user words used in enumeration description


Field Summary
static String FACE_EITHER
           
static String FACE_IN
           
static String FACE_OUT
           
static String PARALLEL
           
 
Constructor Summary
EnumUserWords()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARALLEL

public static final String PARALLEL
See Also:
Constant Field Values

FACE_IN

public static final String FACE_IN
See Also:
Constant Field Values

FACE_OUT

public static final String FACE_OUT
See Also:
Constant Field Values

FACE_EITHER

public static final String FACE_EITHER
See Also:
Constant Field Values
Constructor Detail

EnumUserWords

public EnumUserWords()