net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl
Class MapImpl

java.lang.Object
  extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
      extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapTypeImpl
          extended by net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapImpl
All Implemented Interfaces:
Serializable, Cloneable, CollectionType, Map, MapType

public class MapImpl
extends MapTypeImpl
implements Serializable, Cloneable, Map

See Also:
Serialized Form

Field Summary
protected  DefaultableBoolean merge
           
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapTypeImpl
description, entry, keyType
 
Fields inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
valueType
 
Constructor Summary
MapImpl()
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapImpl instance.
MapImpl(MapImpl o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapImpl instance by copying a given instance.
 
Method Summary
 MapImpl clone()
          Creates and returns a copy of this object.
 DefaultableBoolean getMerge()
          Gets the value of the merge property.
 void setMerge(DefaultableBoolean value)
          Sets the value of the merge property.
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapTypeImpl
copyEntry, getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from class net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.CollectionTypeImpl
getValueType, setValueType
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.MapType
getDescription, getEntry, getEntry, getEntryLength, getKeyType, setDescription, setEntry, setEntry, setKeyType
 
Methods inherited from interface net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.CollectionType
getValueType, setValueType
 

Field Detail

merge

protected DefaultableBoolean merge
Constructor Detail

MapImpl

public MapImpl()
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapImpl instance.


MapImpl

public MapImpl(MapImpl o)
Creates a new net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.spring.beans.impl.MapImpl instance by copying a given instance.

Parameters:
o - The instance to copy or null.
Method Detail

getMerge

public DefaultableBoolean getMerge()
Description copied from interface: Map
Gets the value of the merge property.

Specified by:
getMerge in interface Map
Returns:
possible object is DefaultableBoolean

setMerge

public void setMerge(DefaultableBoolean value)
Description copied from interface: Map
Sets the value of the merge property.

Specified by:
setMerge in interface Map
Parameters:
value - allowed object is DefaultableBoolean

clone

public MapImpl clone()
Creates and returns a copy of this object.

Overrides:
clone in class MapTypeImpl
Returns:
A clone of this instance.


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