Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.InitParamType

Packages that use InitParamType
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl   
 

Uses of InitParamType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200 that return InitParamType
 InitParamType ObjectFactory.createInitParamType()
          Create an instance of InitParamType
 InitParamType[] PortletType.getInitParam()
           
 InitParamType[] FilterType.getInitParam()
           
 InitParamType PortletType.getInitParam(int idx)
           
 InitParamType FilterType.getInitParam(int idx)
           
 InitParamType PortletType.setInitParam(int idx, InitParamType value)
           
 InitParamType FilterType.setInitParam(int idx, InitParamType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200 with parameters of type InitParamType
 void PortletType.setInitParam(InitParamType[] values)
           
 void FilterType.setInitParam(InitParamType[] values)
           
 InitParamType PortletType.setInitParam(int idx, InitParamType value)
           
 InitParamType FilterType.setInitParam(int idx, InitParamType value)
           
 

Uses of InitParamType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl that implement InitParamType
 class InitParamTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl declared as InitParamType
protected  InitParamType[] FilterTypeImpl.initParam
           
protected  InitParamType[] PortletTypeImpl.initParam
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl that return InitParamType
 InitParamType[] FilterTypeImpl.getInitParam()
           
 InitParamType[] PortletTypeImpl.getInitParam()
           
 InitParamType FilterTypeImpl.getInitParam(int idx)
           
 InitParamType PortletTypeImpl.getInitParam(int idx)
           
 InitParamType FilterTypeImpl.setInitParam(int idx, InitParamType value)
           
 InitParamType PortletTypeImpl.setInitParam(int idx, InitParamType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.portlet.app200.impl with parameters of type InitParamType
 void FilterTypeImpl.copyInitParam(InitParamType[] source)
          Copies all values of property InitParam.
 void PortletTypeImpl.copyInitParam(InitParamType[] source)
          Copies all values of property InitParam.
 void FilterTypeImpl.setInitParam(InitParamType[] values)
           
 void PortletTypeImpl.setInitParam(InitParamType[] values)
           
 InitParamType FilterTypeImpl.setInitParam(int idx, InitParamType value)
           
 InitParamType PortletTypeImpl.setInitParam(int idx, InitParamType value)
           
 



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