copyright The Portico Project 2008.

Uses of Class
org.portico.shared.model.ACMetadata

Packages that use ACMetadata
org.portico.shared.model   
 

Uses of ACMetadata in org.portico.shared.model
 

Fields in org.portico.shared.model declared as ACMetadata
private  ACMetadata ACInstance.type
           
 

Fields in org.portico.shared.model with type parameters of type ACMetadata
private  Map<Integer,ACMetadata> OCMetadata.attributes
           
 

Methods in org.portico.shared.model that return ACMetadata
 ACMetadata OCMetadata.getAttribute(int handle)
          Get the available attribute (inherited included) of this class for the given handle.
 ACMetadata ObjectModel.getAttributeClass(int classHandle, String attributeName)
          This method will fetch the ACMetadata for the attribute of the given name in the class of the given handle.
 ACMetadata OCMetadata.getDeclaredAttribute(int handle)
          Get the locally declared attribute (not inherited) of the given handle and return it.
 ACMetadata ACInstance.getType()
           
 ACMetadata ObjectModel.newAttribute(String name)
          Creates a new ACMetadata instance with the given name and a generated handle.
private static ACMetadata MOMHelper.newAttribute(String name, int handle)
           
 ACMetadata OCMetadata.removeAttribute(int handle)
          Remove and return the local attribute of the given handle (not inherited).
 

Methods in org.portico.shared.model that return types with arguments of type ACMetadata
 Set<ACMetadata> OCMetadata.getAllAttributes()
          Return a set of all available attributes for this class (inherited included)
 Set<ACMetadata> OCMetadata.getDeclaredAttributes()
          Return a set of all the attributes contained directly within this class (no inherited ones)
 

Methods in org.portico.shared.model with parameters of type ACMetadata
 boolean OCMetadata.addAttribute(ACMetadata attribute)
          Adds the given attribute to this object class.
 void ACInstance.setType(ACMetadata type)
           
 

Method parameters in org.portico.shared.model with type arguments of type ACMetadata
private  int StringRenderer.findBuffer(Set<ACMetadata> attributes)
           
 

Constructors in org.portico.shared.model with parameters of type ACMetadata
ACInstance(ACMetadata type)
           
ACInstance(ACMetadata type, int owner)
           
ACInstance(ACMetadata type, int owner, OCInstance container)
           
 


copyright The Portico Project 2008.