Uses of Class
org.dishevelled.codegen.Attribute

Uses of Attribute in org.dishevelled.codegen
 

Methods in org.dishevelled.codegen that return types with arguments of type Attribute
 Set<Attribute> InterfaceDescription.getAttributes()
          Return an unmodifiable set of attributes for this interface description.
 Set<Attribute> ClassDescription.getAttributes()
          Return an unmodifiable set of attributes for this class description.
 

Methods in org.dishevelled.codegen with parameters of type Attribute
 boolean InterfaceDescription.addAttribute(Attribute attribute)
          Add the specified attribute to the set of attributes for this interface description.
 boolean ClassDescription.addAttribute(Attribute attribute)
          Add the specified attribute to the set of attributes for this class description.
 boolean InterfaceDescription.attribute(Attribute attribute)
          Add the specified attribute to the set of attributes for this interface description.
 boolean ClassDescription.attribute(Attribute attribute)
          Add the specified attribute to the set of attributes for this class description.
 

Constructor parameters in org.dishevelled.codegen with type arguments of type Attribute
ClassDescription(String packageName, String lower, String mixed, String upper, String author, String version, String description, Set<ClassDescription> specializes, Set<InterfaceDescription> realizes, Set<Attribute> attributes, Set<Association> associations)
          Create a new class description from the specified parameters.
InterfaceDescription(String packageName, String lower, String mixed, String upper, String author, String version, String description, Set<InterfaceDescription> specializes, Set<Attribute> attributes, Set<Association> associations)
          Create a new interface description from the specified parameters.
 



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