|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PID
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 |
---|
byte[] value()
byte[] short_value()
byte[] catalog_value()
java.lang.String value_str()
java.lang.String short_value_str()
java.lang.String catalog_value_str()
boolean is_same(PID pid)
boolean is_same(byte[] value)
boolean is_same_short(byte[] value)
boolean is_same_catalog(byte[] value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |