|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.livis.flabes.util.beans.PropertyMap
Bean property to XML tag mapping.
Constructor Summary | |
PropertyMap()
Create empty bean property to XML tag mapping. { |
|
PropertyMap(java.lang.String[] pairs)
Create bean property to XML tag mapping. |
Method Summary | |
java.lang.String |
getTag(java.lang.String propertyName)
Return the XML tag for a given property name. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
Constructor Detail |
public PropertyMap(java.lang.String[] pairs)
public PropertyMap()
getTag
will always return its input
parameter if the mapping is cunstructed this way.Method Detail |
public java.lang.String getTag(java.lang.String propertyName)
propertyName
- name of the property.propertyName
.public java.lang.String toString()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |