Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.VariableType

Packages that use VariableType
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee   
net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl   
 

Uses of VariableType in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee that return VariableType
 VariableType ObjectFactory.createVariableType()
          Create an instance of VariableType
 VariableType[] TagType.getVariable()
           
 VariableType TagType.getVariable(int idx)
           
 VariableType TagType.setVariable(int idx, VariableType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee with parameters of type VariableType
 VariableType TagType.setVariable(int idx, VariableType value)
           
 void TagType.setVariable(VariableType[] values)
           
 

Uses of VariableType in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl that implement VariableType
 class VariableTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl declared as VariableType
protected  VariableType[] TagTypeImpl.variable
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl that return VariableType
 VariableType[] TagTypeImpl.getVariable()
           
 VariableType TagTypeImpl.getVariable(int idx)
           
 VariableType TagTypeImpl.setVariable(int idx, VariableType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.novalueclass.javaee.impl with parameters of type VariableType
 VariableType TagTypeImpl.setVariable(int idx, VariableType value)
           
 void TagTypeImpl.setVariable(VariableType[] values)
           
 



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