Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.NamedMethodType

Packages that use NamedMethodType
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl   
 

Uses of NamedMethodType in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee that return NamedMethodType
 NamedMethodType ObjectFactory.createNamedMethodType()
          Create an instance of NamedMethodType
 NamedMethodType InitMethodType.getBeanMethod()
          Gets the value of the beanMethod property.
 NamedMethodType RemoveMethodType.getBeanMethod()
          Gets the value of the beanMethod property.
 NamedMethodType InitMethodType.getCreateMethod()
          Gets the value of the createMethod property.
 NamedMethodType InterceptorBindingType.getMethod()
          Gets the value of the method property.
 NamedMethodType MessageDrivenBeanType.getTimeoutMethod()
          Gets the value of the timeoutMethod property.
 NamedMethodType SessionBeanType.getTimeoutMethod()
          Gets the value of the timeoutMethod property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee with parameters of type NamedMethodType
 void InitMethodType.setBeanMethod(NamedMethodType value)
          Sets the value of the beanMethod property.
 void RemoveMethodType.setBeanMethod(NamedMethodType value)
          Sets the value of the beanMethod property.
 void InitMethodType.setCreateMethod(NamedMethodType value)
          Sets the value of the createMethod property.
 void InterceptorBindingType.setMethod(NamedMethodType value)
          Sets the value of the method property.
 void MessageDrivenBeanType.setTimeoutMethod(NamedMethodType value)
          Sets the value of the timeoutMethod property.
 void SessionBeanType.setTimeoutMethod(NamedMethodType value)
          Sets the value of the timeoutMethod property.
 

Uses of NamedMethodType in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl that implement NamedMethodType
 class NamedMethodTypeImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl that return NamedMethodType
 NamedMethodType RemoveMethodTypeImpl.getBeanMethod()
           
 NamedMethodType InitMethodTypeImpl.getBeanMethod()
           
 NamedMethodType InitMethodTypeImpl.getCreateMethod()
           
 NamedMethodType InterceptorBindingTypeImpl.getMethod()
           
 NamedMethodType SessionBeanTypeImpl.getTimeoutMethod()
           
 NamedMethodType MessageDrivenBeanTypeImpl.getTimeoutMethod()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.javaee.impl with parameters of type NamedMethodType
 void RemoveMethodTypeImpl.setBeanMethod(NamedMethodType value)
           
 void InitMethodTypeImpl.setBeanMethod(NamedMethodType value)
           
 void InitMethodTypeImpl.setCreateMethod(NamedMethodType value)
           
 void InterceptorBindingTypeImpl.setMethod(NamedMethodType value)
           
 void SessionBeanTypeImpl.setTimeoutMethod(NamedMethodType value)
           
 void MessageDrivenBeanTypeImpl.setTimeoutMethod(NamedMethodType value)
           
 



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