org.entityfs.cap.entityattrs
Class ECTEntityAttributes

java.lang.Object
  extended by org.entityfs.cap.entityattrs.ECTEntityAttributes
All Implemented Interfaces:
EntityCapabilityType<ECEntityAttributes<?>>

public final class ECTEntityAttributes
extends Object
implements EntityCapabilityType<ECEntityAttributes<?>>

The singleton instance of this class, TYPE, identifies the ECEntityAttributes entity capability.

Since:
1.0
Author:
Karl Gustafsson
See Also:
ECEntityAttributes
In_jar:
entityfs-entity_attributes

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object