Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Interface TypedFormat  view TypedFormat download TypedFormat.java

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:


Method Summary
 int getTypeFormatId()
          Get a universally unique identifier for the type of this object.
 

Method Detail

getTypeFormatId

public int getTypeFormatId()
Get a universally unique identifier for the type of this object.