| |
|
| java.lang.Object org.apache.openejb.jee.jba.ActivationConfigProperty
ActivationConfigProperty | public class ActivationConfigProperty (Code) | | |
activationConfigPropertyName | protected String activationConfigPropertyName(Code) | | |
activationConfigPropertyValue | protected String activationConfigPropertyValue(Code) | | |
getActivationConfigPropertyName | public String getActivationConfigPropertyName()(Code) | | Gets the value of the activationConfigPropertyName property.
possible object isString |
getActivationConfigPropertyValue | public String getActivationConfigPropertyValue()(Code) | | Gets the value of the activationConfigPropertyValue property.
possible object isString |
setActivationConfigPropertyName | public void setActivationConfigPropertyName(String value)(Code) | | Sets the value of the activationConfigPropertyName property.
Parameters: value - allowed object isString |
setActivationConfigPropertyValue | public void setActivationConfigPropertyValue(String value)(Code) | | Sets the value of the activationConfigPropertyValue property.
Parameters: value - allowed object isString |
|
|
|