org.entityfs.cap.fs
Class FSCTPersistent

java.lang.Object
  extended by org.entityfs.cap.fs.FSCTPersistent
All Implemented Interfaces:
FileSystemCapabilityType<FSCPersistent>

public final class FSCTPersistent
extends Object
implements FileSystemCapabilityType<FSCPersistent>

This is the capability identifier for the FSCPersistent file system capability.

Since:
1.0
Author:
Karl Gustafsson

Field Summary
static FSCTPersistent TYPE
          The identifier
 
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 FSCTPersistent TYPE
The identifier

Method Detail

toString

public String toString()
Overrides:
toString in class Object