org.beanmaker
Class Creator

java.lang.Object
  |
  +--org.beanmaker.Creator
All Implemented Interfaces:
BeanMakerConstants
Direct Known Subclasses:
BeanCreator

public class Creator
extends java.lang.Object
implements BeanMakerConstants

Creator is the class that contains the constants of a Java class.

Version:
1.2 07 Oct 2002
Author:
Martone Giovanni giovannimartone@hotmail.com
See Also:
BeanCreator

Field Summary
protected  java.lang.String CLASS_NAME
           
protected static java.lang.String CLOSE_PARENTHESIS
           
protected static java.lang.String DEFINITION_ATTRIBUTE
           
protected static java.lang.String DEFINITION_CLASS
           
protected static java.lang.String DEFINITION_METHOD
           
protected static java.lang.String END_LINE
           
protected static java.lang.String ESTENSION
           
protected static java.lang.String EXTENDS
           
protected static java.lang.String IMPLEMENTS
           
protected static java.lang.String IMPORT
           
protected static java.lang.String METHOD_GET
           
protected static java.lang.String METHOD_GET_BOOLEAN
           
protected static java.lang.String METHOD_SET
           
protected static java.lang.String OPEN_PARENTHESIS
           
protected static java.lang.String PACKAGE
           
protected static java.lang.String PATH
           
 
Fields inherited from interface org.beanmaker.BeanMakerConstants
RETURN_CARRIAGE, TAB
 
Constructor Summary
Creator()
          Creates an empty object
 
Method Summary
protected  java.lang.String formatAttribute(java.lang.String attribute)
          Formats the String specifies in attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CLASS_NAME

protected java.lang.String CLASS_NAME

CLOSE_PARENTHESIS

protected static final java.lang.String CLOSE_PARENTHESIS
See Also:
Constant Field Values

DEFINITION_ATTRIBUTE

protected static final java.lang.String DEFINITION_ATTRIBUTE
See Also:
Constant Field Values

DEFINITION_CLASS

protected static final java.lang.String DEFINITION_CLASS
See Also:
Constant Field Values

DEFINITION_METHOD

protected static final java.lang.String DEFINITION_METHOD
See Also:
Constant Field Values

END_LINE

protected static final java.lang.String END_LINE
See Also:
Constant Field Values

ESTENSION

protected static final java.lang.String ESTENSION
See Also:
Constant Field Values

EXTENDS

protected static final java.lang.String EXTENDS
See Also:
Constant Field Values

IMPLEMENTS

protected static final java.lang.String IMPLEMENTS
See Also:
Constant Field Values

IMPORT

protected static final java.lang.String IMPORT
See Also:
Constant Field Values

METHOD_GET

protected static final java.lang.String METHOD_GET
See Also:
Constant Field Values

METHOD_GET_BOOLEAN

protected static final java.lang.String METHOD_GET_BOOLEAN
See Also:
Constant Field Values

METHOD_SET

protected static final java.lang.String METHOD_SET
See Also:
Constant Field Values

OPEN_PARENTHESIS

protected static final java.lang.String OPEN_PARENTHESIS
See Also:
Constant Field Values

PACKAGE

protected static final java.lang.String PACKAGE
See Also:
Constant Field Values

PATH

protected static final java.lang.String PATH
Constructor Detail

Creator

public Creator()
Creates an empty object

Method Detail

formatAttribute

protected java.lang.String formatAttribute(java.lang.String attribute)
Formats the String specifies in attribute.

Returns:
String attribute formatted in the following format Attribute


Copyright © 2002 Giovanni Martone.