|
SAP Convergent Charging
Java and XML APIs (Core) |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.highdeal.admin.hci.ParameterOperation
public abstract class ParameterOperation
This 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| Field Summary | |
|---|---|
static java.lang.String |
PARAM_NAME
Constant for the XMl mapping of the name of the parameter: "parameterName" |
protected java.lang.String |
parameterName
Internal parameter name |
protected Scope |
scope
The scope operation |
static java.lang.String |
SCOPE
Constant for the XML mapping of the scope: "scope" |
protected java.lang.String |
value
The value |
static java.lang.String |
VALUE
Constant for the XML mapping of the value: "value" |
| Constructor Summary | |
|---|---|
ParameterOperation()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.highdeal.hci.MessageOperation |
|---|
getName |
| Methods inherited from interface com.highdeal.hci.XMLMarshallable |
|---|
addCharacterData, addChild, marshal, setAttributes |
| Field Detail |
|---|
protected java.lang.String parameterName
protected Scope scope
protected java.lang.String value
public static final java.lang.String PARAM_NAME
public static final java.lang.String SCOPE
public static final java.lang.String VALUE
| Constructor Detail |
|---|
public ParameterOperation()
| Method Detail |
|---|
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()
|
Document Published: October 2015 (SAP CC 4.0 SP10 and Later) | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||