org.jboss.xb.binding.metadata
Class MapEntryMetaData

java.lang.Object
  extended by org.jboss.xb.binding.metadata.MapEntryMetaData

public class MapEntryMetaData
extends Object

Version:
$Revision: 1.1.2.3 $
Author:
Alexey Loubyansky

Constructor Summary
MapEntryMetaData()
           
 
Method Summary
 String getGetKeyMethod()
           
 String getGetValueMethod()
           
 String getImpl()
           
 String getSetKeyMethod()
           
 String getSetValueMethod()
           
 String getValueType()
           
 boolean isNonNullValue()
           
 void setGetKeyMethod(String getKeyMethod)
           
 void setGetValueMethod(String getValueMethod)
           
 void setImpl(String impl)
           
 void setNonNullValue(boolean nonNullValue)
           
 void setSetKeyMethod(String setKeyMethod)
           
 void setSetValueMethod(String setValueMethod)
           
 void setValueType(String valueType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapEntryMetaData

public MapEntryMetaData()
Method Detail

getImpl

public String getImpl()

setImpl

public void setImpl(String impl)

getGetKeyMethod

public String getGetKeyMethod()

setGetKeyMethod

public void setGetKeyMethod(String getKeyMethod)

getSetKeyMethod

public String getSetKeyMethod()

setSetKeyMethod

public void setSetKeyMethod(String setKeyMethod)

getGetValueMethod

public String getGetValueMethod()

setGetValueMethod

public void setGetValueMethod(String getValueMethod)

getSetValueMethod

public String getSetValueMethod()

setSetValueMethod

public void setSetValueMethod(String setValueMethod)

getValueType

public String getValueType()

setValueType

public void setValueType(String valueType)

isNonNullValue

public boolean isNonNullValue()

setNonNullValue

public void setNonNullValue(boolean nonNullValue)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.