org.entityfs.cap.symlink
Class ETSymbolicLink

java.lang.Object
  extended by 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

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object