Class RemoteCallParameter
- java.lang.Object
- 
- org.eclipse.ecf.remoteservice.client.RemoteCallParameter
 
- 
- All Implemented Interfaces:
- IRemoteCallParameter
 
 public class RemoteCallParameter extends Object implements IRemoteCallParameter Implementation ofIRemoteCallParameter.- Since:
- 4.0
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classRemoteCallParameter.Builder
 - 
Constructor SummaryConstructors Constructor Description RemoteCallParameter(String name)RemoteCallParameter(String name, Object value)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Get the name of the remote call parameter.ObjectgetValue()Get the value associated with this remote call parameter.StringtoString()
 
- 
- 
- 
Method Detail- 
getNamepublic String getName() Description copied from interface:IRemoteCallParameterGet the name of the remote call parameter. Should not benull.- Specified by:
- getNamein interface- IRemoteCallParameter
- Returns:
- String name for the parameter.  Should not be null.
 
 - 
getValuepublic Object getValue() Description copied from interface:IRemoteCallParameterGet the value associated with this remote call parameter. May benull.- Specified by:
- getValuein interface- IRemoteCallParameter
- Returns:
- Object value associated with the name given above.
 
 
- 
 
-