org.entityfs.fs.cap.entity
Class ECTFileResolvable

java.lang.Object
  extended by org.entityfs.fs.cap.entity.ECTFileResolvable
All Implemented Interfaces:
EntityCapabilityType<ECFileResolvable>

public final class ECTFileResolvable
extends Object
implements EntityCapabilityType<ECFileResolvable>

The singleton instance of this class (TYPE) identifies the ECFileResolvable capability.

Since:
1.0
Author:
Karl Gustafsson

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object