Package jadex.xml.bean
Class MapEntry
- java.lang.Object
- 
- jadex.xml.bean.MapEntry
 
- 
 public class MapEntry extends java.lang.ObjectReplacement for HashMap.Entry which is not public accessible.
- 
- 
Constructor SummaryConstructors Constructor Description MapEntry()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetKey()Get the key.java.lang.ObjectgetValue()Get the value.voidsetKey(java.lang.Object key)Set the key.voidsetValue(java.lang.Object value)Set the value.
 
- 
- 
- 
Method Detail- 
getKeypublic java.lang.Object getKey() Get the key.- Returns:
- The key.
 
 - 
setKeypublic void setKey(java.lang.Object key) Set the key.- Parameters:
- key- The key to set.
 
 - 
getValuepublic java.lang.Object getValue() Get the value.- Returns:
- The value.
 
 - 
setValuepublic void setValue(java.lang.Object value) Set the value.- Parameters:
- value- The value to set.
 
 
- 
 
-