org.entityfs.cap.entityattrs
Class ECTNamedEntityAttributes

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

public final class ECTNamedEntityAttributes
extends Object
implements EntityCapabilityType<ECNamedEntityAttributes<?>>

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

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

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object