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