| |
|
| java.lang.Object org.ow2.easybeans.deployment.xml.struct.common.ActivationConfig
ActivationConfig | public class ActivationConfig (Code) | | This class defines the implementation of the <activation-config>
element.
author: Florent Benoit |
Field Summary | |
final public static String | NAME Name of this element. |
Method Summary | |
public String | getName() Gets the name of the activation config. | public String | getValue() Gets the value of the activation config. | public void | setName(String name) Sets the name of the activation config. | public void | setValue(String value) Sets the value of the activation config. |
NAME | final public static String NAME(Code) | | Name of this element.
|
getName | public String getName()(Code) | | Gets the name of the activation config.
the name of the activation config |
getValue | public String getValue()(Code) | | Gets the value of the activation config.
the value of the activation config |
setName | public void setName(String name)(Code) | | Sets the name of the activation config.
Parameters: name - the name of the activation config |
setValue | public void setValue(String value)(Code) | | Sets the value of the activation config.
Parameters: value - the value of the activation config |
|
|
|