Uses of Class
tachyon.InodeType

Packages that use InodeType
tachyon   
 

Uses of InodeType in tachyon
 

Fields in tachyon declared as InodeType
protected  InodeType Inode.TYPE
           
 

Methods in tachyon that return InodeType
 InodeType Inode.getInodeType()
           
static InodeType InodeType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InodeType[] InodeType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in tachyon with parameters of type InodeType
Inode(String name, int id, int parentId, InodeType type)
           
InodeFolder(String name, int id, int parentId, InodeType type)
           
 



Copyright © 2013. All Rights Reserved.