public class MapEntryMetaData extends Object
Constructor and Description |
---|
MapEntryMetaData() |
Modifier and Type | Method and Description |
---|---|
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) |
public String getImpl()
public void setImpl(String impl)
public String getGetKeyMethod()
public void setGetKeyMethod(String getKeyMethod)
public String getSetKeyMethod()
public void setSetKeyMethod(String setKeyMethod)
public String getGetValueMethod()
public void setGetValueMethod(String getValueMethod)
public String getSetValueMethod()
public void setSetValueMethod(String setValueMethod)
public String getValueType()
public void setValueType(String valueType)
public boolean isNonNullValue()
public void setNonNullValue(boolean nonNullValue)
Copyright © 2015 JBoss by Red Hat. All rights reserved.