Uses of Class
org.apache.openejb.jee.jba.cmp.Description

Packages that use Description
org.apache.openejb.jee.jba.cmp Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. 
 

Uses of Description in org.apache.openejb.jee.jba.cmp
 

Fields in org.apache.openejb.jee.jba.cmp declared as Description
protected  Description Query.description
           
protected  Description LoadGroup.description
           
protected  Description DependentValueClass.description
           
 

Methods in org.apache.openejb.jee.jba.cmp that return Description
 Description ObjectFactory.createDescription()
          Create an instance of Description
 Description Query.getDescription()
          Gets the value of the description property.
 Description LoadGroup.getDescription()
          Gets the value of the description property.
 Description DependentValueClass.getDescription()
          Gets the value of the description property.
 

Methods in org.apache.openejb.jee.jba.cmp with parameters of type Description
 void Query.setDescription(Description value)
          Sets the value of the description property.
 void LoadGroup.setDescription(Description value)
          Sets the value of the description property.
 void DependentValueClass.setDescription(Description value)
          Sets the value of the description property.
 



Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.