Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.MetaType

Packages that use MetaType
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans   
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl   
 

Uses of MetaType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans that return MetaType
 MetaType ObjectFactory.createMetaType()
          Create an instance of MetaType
 MetaType[] Qualifier.getAttribute()
           
 MetaType Qualifier.getAttribute(int idx)
           
 MetaType PropertyType.getMeta()
          Gets the value of the meta property.
 MetaType Qualifier.setAttribute(int idx, MetaType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans that return types with arguments of type MetaType
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createAttribute(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createMeta(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans with parameters of type MetaType
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createAttribute(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 javax.xml.bind.JAXBElement<MetaType> ObjectFactory.createMeta(MetaType value)
          Create an instance of JAXBElement<MetaType>}
 MetaType Qualifier.setAttribute(int idx, MetaType value)
           
 void Qualifier.setAttribute(MetaType[] values)
           
 void PropertyType.setMeta(MetaType value)
          Sets the value of the meta property.
 

Uses of MetaType in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl that implement MetaType
 class MetaTypeImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl declared as MetaType
protected  MetaType[] QualifierImpl.attribute
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl that return MetaType
 MetaType[] QualifierImpl.getAttribute()
           
 MetaType QualifierImpl.getAttribute(int idx)
           
 MetaType PropertyTypeImpl.getMeta()
           
 MetaType QualifierImpl.setAttribute(int idx, MetaType value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl with parameters of type MetaType
 void QualifierImpl.copyAttribute(MetaType[] source)
          Copies all values of property Attribute.
 MetaType QualifierImpl.setAttribute(int idx, MetaType value)
           
 void QualifierImpl.setAttribute(MetaType[] values)
           
 void PropertyTypeImpl.setMeta(MetaType value)
           
 



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