org.entityfs.fs.cap.entity
Class ECTUriResolvable

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

public final class ECTUriResolvable
extends Object
implements EntityCapabilityType<ECUriResolvable>

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

Since:
1.0
Author:
Karl Gustafsson

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object