planetj.dataengine.action
Interface IRowCollectionAction

All Known Implementing Classes:
NamedRowCollectionAction, ReflectRowCollectionAction, RowCollectionAction

public interface IRowCollectionAction

Any class implementing this interface must be a RowCollectionAction.


Field Summary
static java.lang.String TYPE
          Type of action subclasses are.
 

Field Detail

TYPE

public static final java.lang.String TYPE
Type of action subclasses are.

See Also:
Constant Field Values