com.francetelecom.admindm.getParameterValues
Class GetParameterValues

java.lang.Object
  extended by com.francetelecom.admindm.getParameterValues.GetParameterValues
All Implemented Interfaces:
RPCMethod

public final class GetParameterValues
extends java.lang.Object
implements RPCMethod

The Class GetParameterValues.


Constructor Summary
GetParameterValues()
           
 
Method Summary
 java.lang.String getId()
          Gets the id.
 java.lang.String getName()
          Gets the name.
 java.lang.String[] getParameterNames()
          Gets the parameter names.
 void perform(Session session)
          Perform.
 void setId(java.lang.String id)
          Setter the Id.
 void setParameterNames(java.lang.String[] pParameterNames)
          Sets the parameter names.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetParameterValues

public GetParameterValues()
Method Detail

getParameterNames

public java.lang.String[] getParameterNames()
Gets the parameter names.

Returns:
the parameter names

setParameterNames

public void setParameterNames(java.lang.String[] pParameterNames)
Sets the parameter names.

Parameters:
pParameterNames - the parameter names

getName

public java.lang.String getName()
Gets the name.

Specified by:
getName in interface RPCMethod
Returns:
the name
See Also:
RPCMethod.getName()

perform

public void perform(Session session)
             throws Fault
Perform.

Specified by:
perform in interface RPCMethod
Parameters:
session - the session
Throws:
Fault - the exception

getId

public java.lang.String getId()
Gets the id.

Specified by:
getId in interface RPCMethod
Returns:
the Id.

setId

public void setId(java.lang.String id)
Setter the Id.

Specified by:
setId in interface RPCMethod


Copyright © 2011 FranceTelecom. All Rights Reserved.