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