public final class MethodParameter
extends java.lang.Object
Constructor and Description |
---|
MethodParameter(int classId,
ObisCode obisCode,
int methodId)
Creates an action parameter for that particular method with no data container
|
MethodParameter(int classId,
ObisCode obisCode,
int methodId,
DataObject methodParameter)
Creates an action parameter for that particular method with a copy of the given data container
|
MethodParameter(MethodClass methodClass,
ObisCode obisCode,
DataObject methodParameter) |
public MethodParameter(int classId, ObisCode obisCode, int methodId)
classId
- Class of the object to changeobisCode
- Identifier of the remote object to changemethodId
- Method of the object that shall be calledpublic MethodParameter(int classId, ObisCode obisCode, int methodId, DataObject methodParameter)
classId
- Class of the object to changeobisCode
- Identifier of the remote object to changemethodId
- Method of the object that is to changemethodParameter
- Container of this parameterpublic MethodParameter(MethodClass methodClass, ObisCode obisCode, DataObject methodParameter)