Package org.apache.xmlbeans.impl.tool
Class Extension.Param
- java.lang.Object
-
- org.apache.xmlbeans.impl.tool.Extension.Param
-
- Enclosing class:
- Extension
public class Extension.Param extends java.lang.Object
A Param is just a name value pair applicable to the extension.
-
-
Constructor Summary
Constructors Constructor Description Param()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
java.lang.String
getValue()
void
setName(java.lang.String name)
void
setValue(java.lang.String value)
-