|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
This interface defines a PID model.
| Method Summary | |
java.lang.String |
catalog_value_str()
This operations return the CATALOG PID value as a string. |
byte[] |
catalog_value()
This operations return the CATALOG 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 |
boolean |
is_same(byte[] value)
Return TRUE if the parameter has the same pid value |
boolean |
is_same(PID pid)
Return TRUE if the parameter has the same pid value |
java.lang.String |
short_value_str()
This operation returns the SHORT PID value as a string. |
byte[] |
short_value()
This operation returns the SHORT PID value. |
java.lang.String |
value_str()
This operation returns the PID value as a string. |
byte[] |
value()
This operation returns the PID value. |
| Method Detail |
public byte[] value()
public byte[] short_value()
public byte[] catalog_value()
public java.lang.String value_str()
public java.lang.String short_value_str()
public java.lang.String catalog_value_str()
public boolean is_same(PID pid)
public boolean is_same(byte[] value)
public boolean is_same_short(byte[] value)
public boolean is_same_catalog(byte[] value)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||