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
|
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 |
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
Creator
public Creator()
- Creates an empty object
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.