public abstract class CosemInterfaceObject
extends java.lang.Object
CosemClass
Constructor and Description |
---|
CosemInterfaceObject(ObisCode instanceId)
Creates a COSEM object with the corresponding instance ID.
|
CosemInterfaceObject(ObisCode instanceId,
DlmsInterceptor interceptor)
Creates a COSEM object with the corresponding instance ID.
|
CosemInterfaceObject(java.lang.String instanceId)
Creates a COSEM object with the corresponding instance ID.
|
CosemInterfaceObject(java.lang.String instanceId,
DlmsInterceptor interceptor)
Creates a COSEM object with the corresponding instance ID.
|
Modifier and Type | Method and Description |
---|---|
ObisCode |
getInstanceId()
Get the instance ID of the COSEM class.
|
DlmsInterceptor |
getInterceptor()
Get the list of DLMS interceptor of the current CosemInterfaceObject
|
public CosemInterfaceObject(java.lang.String instanceId, DlmsInterceptor interceptor)
instanceId
- the string instance ID.interceptor
- the interceptor intercepting xDLMS GET/SET/ACTION services.public CosemInterfaceObject(java.lang.String instanceId)
instanceId
- the string instance ID.public CosemInterfaceObject(ObisCode instanceId, DlmsInterceptor interceptor)
instanceId
- the OBIS code instance ID.interceptor
- the interceptor intercepting xDLMS GET/SET/ACTION services.public CosemInterfaceObject(ObisCode instanceId)
instanceId
- the OBIS code instance ID.public final DlmsInterceptor getInterceptor()
public final ObisCode getInstanceId()