org.sharengo.wikitty.generator
Class EugengoConstants

java.lang.Object
  extended by org.sharengo.wikitty.generator.EugengoConstants

public class EugengoConstants
extends Object


Field Summary
static String PREFIX_DATATYPE
           
static String STEREOTYPE_BUSINESS_ENTITY
           
static String STEREOTYPE_BUSINESS_EXCEPTION
           
static String STEREOTYPE_CRUD_SERVICE
           
static String STEREOTYPE_DAO
           
static String STEREOTYPE_DTO
           
static String STEREOTYPE_ENTITY
           
static String STEREOTYPE_EXCEPTION
           
static String STEREOTYPE_REMOTE
           
static String STEREOTYPE_SERVICE
           
static String TAG_COPYRIGHT
           
static String TAG_LAZY
           
static String TAG_LENGTH
           
 
Constructor Summary
EugengoConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STEREOTYPE_SERVICE

public static final String STEREOTYPE_SERVICE
See Also:
Constant Field Values

STEREOTYPE_CRUD_SERVICE

public static final String STEREOTYPE_CRUD_SERVICE
See Also:
Constant Field Values

STEREOTYPE_DTO

public static final String STEREOTYPE_DTO
See Also:
Constant Field Values

STEREOTYPE_BUSINESS_ENTITY

public static final String STEREOTYPE_BUSINESS_ENTITY
See Also:
Constant Field Values

STEREOTYPE_DAO

public static final String STEREOTYPE_DAO
See Also:
Constant Field Values

STEREOTYPE_ENTITY

public static final String STEREOTYPE_ENTITY
See Also:
Constant Field Values

STEREOTYPE_EXCEPTION

public static final String STEREOTYPE_EXCEPTION
See Also:
Constant Field Values

STEREOTYPE_BUSINESS_EXCEPTION

public static final String STEREOTYPE_BUSINESS_EXCEPTION
See Also:
Constant Field Values

STEREOTYPE_REMOTE

public static final String STEREOTYPE_REMOTE
See Also:
Constant Field Values

TAG_COPYRIGHT

public static final String TAG_COPYRIGHT
See Also:
Constant Field Values

TAG_LENGTH

public static final String TAG_LENGTH
See Also:
Constant Field Values

TAG_LAZY

public static final String TAG_LAZY
See Also:
Constant Field Values

PREFIX_DATATYPE

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

EugengoConstants

public EugengoConstants()


Copyright © 2009-2010 CodeLutin. All Rights Reserved.