org.entityfs
Class ETFile

java.lang.Object
  extended by org.entityfs.ETFile
All Implemented Interfaces:
EntityType

public final class ETFile
extends Object
implements EntityType

This entity type identifies the file entity type. Use the constant TYPE.

The type of an entity can be retrieved by calling EntityView.getType().

An Entity of the type ETFile can always be cast to a EFile.

Since:
1.0
Author:
Karl Gustafsson
See Also:
EFile
In_jar:
entityfs-core

Field Summary
static ETFile TYPE
          The singleton instance
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

TYPE

public static final ETFile TYPE
The singleton instance

Method Detail

toString

public String toString()
Overrides:
toString in class Object