Uses of Class
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.Map

Packages that use Map
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans   
 

Uses of Map in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans declared as Map
protected  Map PropertyType.map
           
protected  Map ConstructorArg.map
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans that return Map
 Map Map.clone()
          Creates and returns a copy of this object.
static Map ObjectFactory.copyOfMap(Map clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.Map instance.
 Map ObjectFactory.createMap()
          Create an instance of Map
 Map PropertyType.getMap()
          Gets the value of the map property.
 Map ConstructorArg.getMap()
          Gets the value of the map property.
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans with parameters of type Map
static Map ObjectFactory.copyOfMap(Map clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.Map instance.
 void PropertyType.setMap(Map value)
          Sets the value of the map property.
 void ConstructorArg.setMap(Map value)
          Sets the value of the map property.
 

Constructors in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans with parameters of type Map
Map(Map o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.spring.beans.Map instance by copying a given instance.
 



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