wt.tools.generation
Class MethodBody

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

public class MethodBody
extends Object


Field Summary
static MethodBody BIDIRECTIONAL_SET
           
static MethodBody CLASS_INFO
           
static MethodBody CLASSNAME
           
static MethodBody CONCEPTUAL_CLASSNAME
           
static MethodBody CONCEPTUAL_CREATE
           
static MethodBody CONCEPTUAL_FACTORY
           
static MethodBody CONCEPTUAL_GET
           
static MethodBody CONCEPTUAL_INSTANCE
           
static MethodBody CONCEPTUAL_IS
           
static MethodBody CONCEPTUAL_READPDS
           
static MethodBody CONCEPTUAL_READPROXY
           
static MethodBody CONCEPTUAL_SET
           
static MethodBody CONCEPTUAL_STATIC
           
static MethodBody CONCEPTUAL_WRITEPDS
           
static MethodBody CONCEPTUAL_WRITEPROXY
           
static MethodBody CONSTRUCTOR
           
static MethodBody CREATE
           
static MethodBody DEFAULT
           
static MethodBody DELEGATOR
           
static MethodBody ENUM_FACTORY
           
static MethodBody ENUM_FACTORY_DYNAMIC
           
static MethodBody ENUM_FRIEND
           
static MethodBody ENUM_GET_DEFAULT
           
static MethodBody ENUM_GET_GENERIC
           
static MethodBody ENUM_GET_INTERNAL
           
static MethodBody ENUM_GET_LOCALE_SET
           
static MethodBody ENUM_GET_SPECIFIC
           
static MethodBody ENUM_INIT_LOCALE
           
static MethodBody ENUM_STATIC_INIT
           
protected static Hashtable enums
           
static MethodBody GEN_EQUALS
           
static MethodBody GEN_HASHCODE
           
static MethodBody GET_DEREFERENCE
           
static MethodBody GETTER
           
static MethodBody GETTER_BOOLEAN
           
static MethodBody GETTER_DERIVED
           
static MethodBody GETTER_KEYED
           
static MethodBody IMPL_FACTORY
           
static MethodBody INITIALIZE
           
static MethodBody INSTANCE
           
static MethodBody LINK_GET
           
static MethodBody LINK_GET_ALIAS
           
static MethodBody LINK_SET
           
static MethodBody LINK_SET_ALIAS
           
static MethodBody LINK_SET_COVARIANT
           
static MethodBody MANAGER
           
static MethodBody MANAGER_NAME
           
static MethodBody PROXY_CONSTRUCT
           
static MethodBody PROXY_READ
           
static MethodBody PROXY_WRITE
           
static MethodBody RB_GET_CONTENTS
           
static MethodBody READ_EVOLVABLE
           
static MethodBody READ_EVOLVABLE_PROTECTED
           
static MethodBody READ_EXTERNAL
           
static MethodBody READ_OLD_VERSION
           
static MethodBody READ_OLD_VERSION_TOP
           
static MethodBody READPDS
           
static MethodBody REMOTE
           
static MethodBody REMOVER_KEYED
           
static MethodBody SET_DEREFERENCE
           
static MethodBody SETTER
           
static MethodBody SETTER_COVARIANT
           
static MethodBody SETTER_DERIVED
           
static MethodBody SETTER_KEYED
           
static MethodBody SETTER_VALIDATE
           
static MethodBody STATIC_METHOD
           
static MethodBody TO_STRING_DEFAULT
           
protected  String value
           
static MethodBody WRITE_EVOLVABLE
           
static MethodBody WRITE_EXTERNAL
           
static MethodBody WRITEPDS
           
 
Constructor Summary
protected MethodBody(String theValue)
           
 
Method Summary
static MethodBody 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

DEFAULT

public static final MethodBody DEFAULT

CONSTRUCTOR

public static final MethodBody CONSTRUCTOR

CREATE

public static final MethodBody CREATE

INITIALIZE

public static final MethodBody INITIALIZE

DELEGATOR

public static final MethodBody DELEGATOR

BIDIRECTIONAL_SET

public static final MethodBody BIDIRECTIONAL_SET

CLASSNAME

public static final MethodBody CLASSNAME

TO_STRING_DEFAULT

public static final MethodBody TO_STRING_DEFAULT

CLASS_INFO

public static final MethodBody CLASS_INFO

STATIC_METHOD

public static final MethodBody STATIC_METHOD

INSTANCE

public static final MethodBody INSTANCE

GETTER_KEYED

public static final MethodBody GETTER_KEYED

GETTER_DERIVED

public static final MethodBody GETTER_DERIVED

GETTER_BOOLEAN

public static final MethodBody GETTER_BOOLEAN

GETTER

public static final MethodBody GETTER

SETTER

public static final MethodBody SETTER

SETTER_DERIVED

public static final MethodBody SETTER_DERIVED

SETTER_VALIDATE

public static final MethodBody SETTER_VALIDATE

SETTER_COVARIANT

public static final MethodBody SETTER_COVARIANT

SETTER_KEYED

public static final MethodBody SETTER_KEYED

REMOVER_KEYED

public static final MethodBody REMOVER_KEYED

READPDS

public static final MethodBody READPDS

WRITEPDS

public static final MethodBody WRITEPDS

READ_EXTERNAL

public static final MethodBody READ_EXTERNAL

WRITE_EXTERNAL

public static final MethodBody WRITE_EXTERNAL

READ_OLD_VERSION

public static final MethodBody READ_OLD_VERSION

READ_OLD_VERSION_TOP

public static final MethodBody READ_OLD_VERSION_TOP

READ_EVOLVABLE_PROTECTED

public static final MethodBody READ_EVOLVABLE_PROTECTED

READ_EVOLVABLE

public static final MethodBody READ_EVOLVABLE

WRITE_EVOLVABLE

public static final MethodBody WRITE_EVOLVABLE

PROXY_READ

public static final MethodBody PROXY_READ

PROXY_WRITE

public static final MethodBody PROXY_WRITE

PROXY_CONSTRUCT

public static final MethodBody PROXY_CONSTRUCT

LINK_GET

public static final MethodBody LINK_GET

LINK_SET

public static final MethodBody LINK_SET

LINK_SET_COVARIANT

public static final MethodBody LINK_SET_COVARIANT

LINK_GET_ALIAS

public static final MethodBody LINK_GET_ALIAS

LINK_SET_ALIAS

public static final MethodBody LINK_SET_ALIAS

MANAGER_NAME

public static final MethodBody MANAGER_NAME

MANAGER

public static final MethodBody MANAGER

REMOTE

public static final MethodBody REMOTE

GET_DEREFERENCE

public static final MethodBody GET_DEREFERENCE

SET_DEREFERENCE

public static final MethodBody SET_DEREFERENCE

RB_GET_CONTENTS

public static final MethodBody RB_GET_CONTENTS

ENUM_STATIC_INIT

public static final MethodBody ENUM_STATIC_INIT

ENUM_FRIEND

public static final MethodBody ENUM_FRIEND

ENUM_FACTORY

public static final MethodBody ENUM_FACTORY

ENUM_FACTORY_DYNAMIC

public static final MethodBody ENUM_FACTORY_DYNAMIC

ENUM_GET_DEFAULT

public static final MethodBody ENUM_GET_DEFAULT

ENUM_GET_SPECIFIC

public static final MethodBody ENUM_GET_SPECIFIC

ENUM_GET_GENERIC

public static final MethodBody ENUM_GET_GENERIC

ENUM_GET_INTERNAL

public static final MethodBody ENUM_GET_INTERNAL

ENUM_GET_LOCALE_SET

public static final MethodBody ENUM_GET_LOCALE_SET

ENUM_INIT_LOCALE

public static final MethodBody ENUM_INIT_LOCALE

IMPL_FACTORY

public static final MethodBody IMPL_FACTORY

CONCEPTUAL_FACTORY

public static final MethodBody CONCEPTUAL_FACTORY

CONCEPTUAL_CREATE

public static final MethodBody CONCEPTUAL_CREATE

CONCEPTUAL_CLASSNAME

public static final MethodBody CONCEPTUAL_CLASSNAME

CONCEPTUAL_STATIC

public static final MethodBody CONCEPTUAL_STATIC

CONCEPTUAL_INSTANCE

public static final MethodBody CONCEPTUAL_INSTANCE

CONCEPTUAL_IS

public static final MethodBody CONCEPTUAL_IS

CONCEPTUAL_GET

public static final MethodBody CONCEPTUAL_GET

CONCEPTUAL_SET

public static final MethodBody CONCEPTUAL_SET

CONCEPTUAL_READPDS

public static final MethodBody CONCEPTUAL_READPDS

CONCEPTUAL_WRITEPDS

public static final MethodBody CONCEPTUAL_WRITEPDS

CONCEPTUAL_READPROXY

public static final MethodBody CONCEPTUAL_READPROXY

CONCEPTUAL_WRITEPROXY

public static final MethodBody CONCEPTUAL_WRITEPROXY

GEN_EQUALS

public static final MethodBody GEN_EQUALS

GEN_HASHCODE

public static final MethodBody GEN_HASHCODE
Constructor Detail

MethodBody

protected MethodBody(String theValue)
Method Detail

toEnum

public static MethodBody toEnum(String theValue)

toString

public final String toString()