public abstract class ParameterOperation extends java.lang.Object implements MessageOperation
abstract Java class facilitates the management of operations dedicated to SAP CC system parameters;
This class serves as a base Java class.
Consider the subclasses that extend this Java class.
Note
Consider the ParameterOperationResult class that represents the results of these particular operations.
AdminParameterModel| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PARAM_NAME
Constant for the XMl mapping of the name of the parameter: "parameterName"
|
static java.lang.String |
SCOPE
Constant for the XML mapping of the scope: "scope"
|
static java.lang.String |
VALUE
Constant for the XML mapping of the value: "value"
|
| Constructor and Description |
|---|
ParameterOperation() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getParameterName()
Gets the parameter name for which value must be returned.
|
Scope |
getScope()
Gets the scope for which value must be returned.
|
java.lang.String |
getValue() |
boolean |
isMemoryScope() |
boolean |
isPersistentScope() |
void |
setParameterName(java.lang.String parameterName)
Sets the parameter name for which value must be returned.
|
void |
setScope(Scope scope)
Sets the scope for which value must be returned.
|
void |
setValue(java.lang.String value) |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNameaddCharacterData, addChild, marshal, setAttributespublic static final java.lang.String PARAM_NAME
public static final java.lang.String SCOPE
public static final java.lang.String VALUE
public void setParameterName(java.lang.String parameterName)
parameterName - The string name of the parameterpublic java.lang.String getParameterName()
public void setScope(Scope scope)
scope - The scopepublic Scope getScope()
public java.lang.String getValue()
public void setValue(java.lang.String value)
public boolean isPersistentScope()
public boolean isMemoryScope()