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

Quick Search    Search Deep

org.apache.derby.iapi.services.io
Class FormatableInstanceGetter  view FormatableInstanceGetter download FormatableInstanceGetter.java

java.lang.Object
  extended byorg.apache.derby.iapi.services.io.FormatableInstanceGetter
All Implemented Interfaces:
org.apache.derby.iapi.services.loader.InstanceGetter

public abstract class FormatableInstanceGetter
extends java.lang.Object
implements org.apache.derby.iapi.services.loader.InstanceGetter


Field Summary
protected  int fmtId
           
 
Constructor Summary
FormatableInstanceGetter()
           
 
Method Summary
 void setFormatId(int fmtId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.derby.iapi.services.loader.InstanceGetter
getNewInstance
 

Field Detail

fmtId

protected int fmtId
Constructor Detail

FormatableInstanceGetter

public FormatableInstanceGetter()
Method Detail

setFormatId

public final void setFormatId(int fmtId)