org.eyedb
Class DatabaseInfoDescription.DatafileInfo

java.lang.Object
  extended by org.eyedb.DatabaseInfoDescription.DatafileInfo
Enclosing class:
DatabaseInfoDescription

public static class DatabaseInfoDescription.DatafileInfo
extends java.lang.Object


Field Summary
 short dspid
           
 short dtype
           
 int extflags
           
 java.lang.String file
           
 long maxsize
           
 short mtype
           
 java.lang.String name
           
 int sizeslot
           
 
Constructor Summary
DatabaseInfoDescription.DatafileInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

file

public java.lang.String file

name

public java.lang.String name

maxsize

public long maxsize

mtype

public short mtype

sizeslot

public int sizeslot

dspid

public short dspid

extflags

public int extflags

dtype

public short dtype
Constructor Detail

DatabaseInfoDescription.DatafileInfo

public DatabaseInfoDescription.DatafileInfo()