Uses of Class
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.TbundleAction

Packages that use TbundleAction
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi   
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.impl   
 

Uses of TbundleAction in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi that return TbundleAction
static TbundleAction TbundleAction.fromValue(String v)
           
 TbundleAction Tbundle.getAction()
          Gets the value of the action property.
 TbundleAction Tbundle.getDestroyAction()
          Gets the value of the destroyAction property.
static TbundleAction TbundleAction.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TbundleAction[] TbundleAction.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi with parameters of type TbundleAction
 void Tbundle.setAction(TbundleAction value)
          Sets the value of the action property.
 void Tbundle.setDestroyAction(TbundleAction value)
          Sets the value of the destroyAction property.
 

Uses of TbundleAction in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.impl
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.impl declared as TbundleAction
protected  TbundleAction TbundleImpl.action
           
protected  TbundleAction TbundleImpl.destroyAction
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.impl that return TbundleAction
 TbundleAction TbundleImpl.getAction()
           
 TbundleAction TbundleImpl.getDestroyAction()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.spring.osgi.impl with parameters of type TbundleAction
 void TbundleImpl.setAction(TbundleAction value)
           
 void TbundleImpl.setDestroyAction(TbundleAction value)
           
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.