org.entityfs
Class ETDirectory

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

public final class ETDirectory
extends Object
implements EntityType

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

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

An Entity of the type ETDirectory can always be cast to a Directory (or a DirectoryView in case of a view).

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

Field Summary
static ETDirectory 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 ETDirectory TYPE
The singleton instance.

Method Detail

toString

public String toString()
Overrides:
toString in class Object