|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.step.schemaGenerator.EntityAttribute
An attribute of an Entity with a name and a type name
Field Summary | |
private boolean |
_isInherited
|
private String |
_name
|
private EntityDefinition |
_parent
|
private String |
_typeName
|
Constructor Summary | |
(package private) |
EntityAttribute(String name,
String typeName,
EntityDefinition parent)
|
Method Summary | |
(package private) void |
appendToName(String postfix)
Add a postfix to the existing attribute name. |
int |
compareTo(Object otherObj)
Standard comparison function. |
boolean |
equals(Object obj)
|
(package private) String |
getName()
Accessor for this attributes name |
(package private) String |
getType()
|
(package private) void |
setInheritedFlag(boolean value)
Flags wether this attribute is an inherited attribute for this entity |
String |
toString()
|
(package private) void |
writeExpress(PrintStream outStream)
Write the attribute in express. |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
private boolean _isInherited
private String _name
private String _typeName
private EntityDefinition _parent
Constructor Detail |
EntityAttribute(String name, String typeName, EntityDefinition parent)
Method Detail |
String getName()
String getType()
void appendToName(String postfix)
void writeExpress(PrintStream outStream)
public int compareTo(Object otherObj)
compareTo
in interface Comparable
public boolean equals(Object obj)
public String toString()
void setInheritedFlag(boolean value)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |