org.apache.xbean.blueprint.generator
Class MapMapping

java.lang.Object
  extended by org.apache.xbean.blueprint.generator.MapMapping

public class MapMapping
extends Object


Constructor Summary
MapMapping(String entryName, String keyName, boolean flat, String dupsMode, String defaultKey)
           
 
Method Summary
 String getDefaultKey()
           
 String getDupsMode()
           
 String getEntryName()
           
 String getKeyName()
           
 boolean isFlat()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapMapping

public MapMapping(String entryName,
                  String keyName,
                  boolean flat,
                  String dupsMode,
                  String defaultKey)
Method Detail

getEntryName

public String getEntryName()

getKeyName

public String getKeyName()

isFlat

public boolean isFlat()

getDupsMode

public String getDupsMode()

getDefaultKey

public String getDefaultKey()


Copyright © 2005-2011. All Rights Reserved.