Uses of Class
org.dishevelled.codegen.Role

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.
 



Copyright (c) 2004-2012 held jointly by the individual authors. Licensed under the GNU Lesser General Public License (LGPL).