wt.tools.generation
Class MethodBodySupport

java.lang.Object
  extended bywt.tools.generation.MethodBodySupport

public class MethodBodySupport
extends Object


Field Summary
static MethodBodySupport ALIASED_PROPERTY
           
static MethodBodySupport ALIASED_TYPE
           
protected static Hashtable enums
           
static MethodBodySupport MANAGER_NAME
           
static MethodBodySupport MY_ROLE
           
protected  String value
           
 
Constructor Summary
protected MethodBodySupport(String theValue)
           
 
Method Summary
static MethodBodySupport toEnum(String theValue)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

value

protected String value

enums

protected static Hashtable enums

MY_ROLE

public static final MethodBodySupport MY_ROLE

ALIASED_PROPERTY

public static final MethodBodySupport ALIASED_PROPERTY

ALIASED_TYPE

public static final MethodBodySupport ALIASED_TYPE

MANAGER_NAME

public static final MethodBodySupport MANAGER_NAME
Constructor Detail

MethodBodySupport

protected MethodBodySupport(String theValue)
Method Detail

toEnum

public static MethodBodySupport toEnum(String theValue)

toString

public final String toString()