| java.lang.Object org.jboss.test.xml.mbeanserver.ModuleOptionContainer
ModuleOptionContainer | public class ModuleOptionContainer implements GenericValueContainer(Code) | | ModuleOption declares a constructor that takes name as a parameter while the
value should be set with the setter. This use-case is not supported
out-of-the-box by jbxb, so, we use this container.
author: Alexey Loubyansky version: $Revision: 57211 $ |
addChild | public void addChild(QName name, Object value)(Code) | | Add attributes or nested element content.
Parameters: name - - the attribute or element name Parameters: value - - the attribute or element value |
setValue | public void setValue(Object value)(Code) | | Setter used when the module option is passed as the text body of the
module-option element.
Parameters: value - - text value |
|
|