org.openorb.pss.connector
Interface PID
public
interface
PID
This interface defines a PID model.
Author: Jerome Daniel
Method Summary |
byte[] | catalog_value()
This operations return the CATALOG PID value. |
String | catalog_value_str()
This operations return the CATALOG PID value as a string. |
boolean | is_same(PID pid)
Return TRUE if the parameter has the same pid value |
boolean | is_same(byte[] value)
Return TRUE if the parameter has the same pid value |
boolean | is_same_catalog(byte[] value)
Return TRUE if the parameter has the same catalog pid value |
boolean | is_same_short(byte[] value)
Return TRUE if the parameter has the same short pid value |
byte[] | short_value()
This operation returns the SHORT PID value. |
String | short_value_str()
This operation returns the SHORT PID value as a string. |
byte[] | value()
This operation returns the PID value. |
String | value_str()
This operation returns the PID value as a string. |
public byte[] catalog_value()
This operations return the CATALOG PID value.
public String catalog_value_str()
This operations return the CATALOG PID value as a string.
public boolean is_same(
PID pid)
Return TRUE if the parameter has the same pid value
public boolean is_same(byte[] value)
Return TRUE if the parameter has the same pid value
public boolean is_same_catalog(byte[] value)
Return TRUE if the parameter has the same catalog pid value
public boolean is_same_short(byte[] value)
Return TRUE if the parameter has the same short pid value
public byte[] short_value()
This operation returns the SHORT PID value.
public String short_value_str()
This operation returns the SHORT PID value as a string.
public byte[] value()
This operation returns the PID value.
public String value_str()
This operation returns the PID value as a string.