| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.xml.AbsElement org.objectweb.jonas_ws.deployment.xml.VariableMapping
VariableMapping | public class VariableMapping extends AbsElement (Code) | | This class defines the implementation of the element variable-mapping
author: JOnAS team |
VariableMapping | public VariableMapping()(Code) | | Constructor
|
getJavaVariableName | public String getJavaVariableName()(Code) | | Gets the java-variable-name
the java-variable-name |
getXmlElementName | public String getXmlElementName()(Code) | | Gets the xml-element-name
the xml-element-name |
isDataMember | public boolean isDataMember()(Code) | | Gets the data-member
true if data-member |
setDataMember | public void setDataMember()(Code) | | Set the data-member
|
setJavaVariableName | public void setJavaVariableName(String javaVariableName)(Code) | | Set the java-variable-name
Parameters: javaVariableName - javaVariableName |
setXmlElementName | public void setXmlElementName(String xmlElementName)(Code) | | Set the xml-element-name
Parameters: xmlElementName - xmlElementName |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|