Uses of Class
biz.c24.io.api.data.Attribute

Packages that use Attribute
biz.c24.io.api.data Data Model super and utility classes. 
biz.c24.io.api.transform Transform super and utility classes. 
 

Uses of Attribute in biz.c24.io.api.data
 

Subclasses of Attribute in biz.c24.io.api.data
 class AnyAttribute
          An attribute wildcard.
 class BuiltInAttribute
          A built-in attribute.
 

Methods in biz.c24.io.api.data that return Attribute
 Attribute ComplexDataType.getAttrDecl(int index)
          Returns the attribute declaration at index.
 Attribute ComplexDataObject.getAttrDecl(int index)
          Returns the meta-data attribute declaration at index.
 Attribute ComplexDataType.getAttrDecl(String name)
          Returns the attribute declaration called name.
 Attribute ComplexDataObject.getAttrDecl(String name)
          Returns the meta-data attribute declaration called name.
 Attribute Attribute.getAttributeRef()
          Retuns the attribute ref.
 Attribute ComplexDataType.getNativeAttrDecl(int index)
          Return the native attribute declaration at index.
 

Methods in biz.c24.io.api.data with parameters of type Attribute
 void ComplexDataType.addAttrDecl(Attribute attr)
          Adds a attribute declaration to the structure of this object.
 void ComplexDataObject.addAttrDecl(Attribute attr)
          Adds a meta-data attribute declaration to this object.
 void ComplexDataObject.addAttrDecl(Attribute attr, int index)
          Adds a meta-data attribute declaration to this object at the specified index.
 int ComplexDataType.getAttrDeclIndex(Attribute attr)
          Returns the index of attribute.
 int ComplexDataObject.getAttrDeclIndex(Attribute attr)
          Returns the index of the specified meta-data attribute declaration.
 int ComplexDataType.getNativeAttrDeclIndex(Attribute attr)
          Returns the index of native attribute declaration.
 void ComplexDataType.removeAttrDecl(Attribute attr)
          Removes the attribute declaration.
 

Constructors in biz.c24.io.api.data with parameters of type Attribute
Attribute(String name, int minCardinality, int maxCardinality, Attribute ref, DataModel model)
          Constructs a new instance with the specified reference and other values.
 

Uses of Attribute in biz.c24.io.api.transform
 

Methods in biz.c24.io.api.transform with parameters of type Attribute
protected  void Map.resolveAttribute(ComplexDataObject node, String name, Attribute a, List nodes, String idrefName, boolean init)
           
 



C24 Technologies © 2002-2012: All Rights Reserved.