|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.dishevelled.codegen.Role
public final class Role
A role for an attribute or association.
| Constructor Summary | |
|---|---|
Role(String name)
Create a new role with the specified name. |
|
Role(String lower,
String mixed,
String upper,
String description)
Create a new role from the specified parameters. |
|
| Method Summary | |
|---|---|
String |
getDescription()
Return the description for this role. |
String |
getLower()
Return the lowercase name for this role. |
String |
getMixed()
Return the mixed-case name for this role. |
String |
getUpper()
Return the uppercase name for this role. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Role(String name)
name - role name
public Role(String lower,
String mixed,
String upper,
String description)
lower - lowercase name for this rolemixed - mixed-case name for this roleupper - uppercase name for this roledescription - description for this role| Method Detail |
|---|
public String getLower()
public String getMixed()
public String getUpper()
public String getDescription()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||