- All Known Subinterfaces:
- Formatable, Storable
- All Known Implementing Classes:
- FormatableArrayHolder, FormatableBitSet, FormatableHashtable, FormatableIntHolder, FormatableLongHolder, FormatableProperties
- public interface TypedFormat
Cloudscape interface for identifying the format id for the
stored form of an object. Objects of different classes may
have the same format id if:
- The objects read and write the same stored forms.
- The object's getTypeId() method returns the same
identifier.
- The objects support all the interfaces the type
implies.
|
Method Summary |
int |
getTypeFormatId()
Get a universally unique identifier for the type of
this object. |
getTypeFormatId
public int getTypeFormatId()
- Get a universally unique identifier for the type of
this object.