org.entityfs.cap.symlink
Class ETSymbolicLink
java.lang.Object
org.entityfs.cap.symlink.ETSymbolicLink
- All Implemented Interfaces:
- EntityType
public final class ETSymbolicLink
- extends Object
- implements EntityType
This entity type identifies the symbolic link entity type. Use the constant
TYPE
.
The type of an entity can be retrieved by calling
EntityView.getType()
.
An Entity
of the type ETSymbolicLink
can always be cast to a
SymbolicLink
(or a SymbolicLinkView
in case of a view).
- Since:
- 1.0
- Author:
- Karl Gustafsson
- See Also:
SymbolicLink
- In_jar:
- entityfs-symlink
TYPE
public static final ETSymbolicLink TYPE
- The singleton instance
toString
public String toString()
- Overrides:
toString
in class Object