org.entityfs
Class ETDirectory
java.lang.Object
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
TYPE
public static final ETDirectory TYPE
- The singleton instance.
toString
public String toString()
- Overrides:
toString
in class Object