org.entityfs.jar.cap.entity
Class ECTJarEntry

java.lang.Object
  extended by org.entityfs.jar.cap.entity.ECTJarEntry
All Implemented Interfaces:
EntityCapabilityType<ECJarEntry>

public final class ECTJarEntry
extends Object
implements EntityCapabilityType<ECJarEntry>

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

Since:
1.0
Author:
Karl Gustafsson
In_jar:
entityfs-jar

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

Method Detail

toString

public String toString()
Overrides:
toString in class Object