|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of Role in org.dishevelled.codegen |
|---|
| Methods in org.dishevelled.codegen that return Role | |
|---|---|
Role |
Attribute.getRole()
Return the role for this attribute. |
Role |
Association.getRole()
Return the role for this association. |
| Constructors in org.dishevelled.codegen with parameters of type Role | |
|---|---|
Association(String lower,
String mixed,
String upper,
String description,
Role role,
Cardinality cardinality,
CollectionDescription collectionDescription)
Create a new association from the specified parameters. |
|
Association(String lower,
String mixed,
String upper,
String description,
Role role,
Cardinality cardinality,
CollectionDescription collectionDescription,
boolean bound)
Create a new association from the specified parameters. |
|
Attribute(String lower,
String mixed,
String upper,
String description,
Role role,
Cardinality cardinality,
CollectionDescription collectionDescription)
Create a new attribute from the specified parameters. |
|
Attribute(String lower,
String mixed,
String upper,
String description,
Role role,
Cardinality cardinality,
CollectionDescription collectionDescription,
boolean bound)
Create a new attribute from the specified parameters. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||