org.entityfs.fs.cap.entity
Class FCTFileBacked

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

public final class FCTFileBacked
extends Object
implements EntityCapabilityType<FCFileBacked>

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

Since:
1.0
Author:
Karl Gustafsson

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object