Package com.highdeal.admin.hci
Class ParameterOperation
java.lang.Object
com.highdeal.admin.hci.ParameterOperation
- All Implemented Interfaces:
MessageOperation,XMLMarshallable
- Direct Known Subclasses:
GetParameterValueOp,ResetParameterValueOp,SetParameterValueOp
This
abstract Java class facilitates the management of operations dedicated to SAP CC system parameters;
This class serves as a base Java class.
Implementation in Your Client Application
Consider the subclasses that extend this Java class.
Note
Consider the ParameterOperationResult class that represents the results of these particular operations.
Related Operations
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the parameter name for which value must be returned.getScope()Gets the scope for which value must be returned.getValue()booleanbooleanvoidsetParameterName(String parameterName) Sets the parameter name for which value must be returned.voidSets the scope for which value must be returned.voidMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.highdeal.hci.MessageOperation
getNameMethods inherited from interface com.highdeal.hci.XMLMarshallable
addCharacterData, addChild, marshal, setAttributes
-
Field Details
-
PARAM_NAME
Constant for the XMl mapping of the name of the parameter: "parameterName"- See Also:
-
SCOPE
Constant for the XML mapping of the scope: "scope"- See Also:
-
VALUE
Constant for the XML mapping of the value: "value"- See Also:
-
-
Constructor Details
-
ParameterOperation
public ParameterOperation()
-
-
Method Details
-
setParameterName
Sets the parameter name for which value must be returned.- Parameters:
parameterName- The string name of the parameter
-
getParameterName
Gets the parameter name for which value must be returned.- Returns:
- The name of the parameter
-
setScope
Sets the scope for which value must be returned.- Parameters:
scope- The scope
-
getScope
Gets the scope for which value must be returned.- Returns:
- The scope
-
getValue
-
setValue
-
isPersistentScope
public boolean isPersistentScope() -
isMemoryScope
public boolean isMemoryScope()
-