com.servingxml.components.recordmapping
Class GroupState.DefaultGroupState

java.lang.Object
  extended by com.servingxml.components.recordmapping.GroupState.DefaultGroupState
All Implemented Interfaces:
GroupState
Enclosing interface:
GroupState

public static class GroupState.DefaultGroupState
extends java.lang.Object
implements GroupState


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.servingxml.components.recordmapping.GroupState
GroupState.DefaultGroupState
 
Field Summary
 
Fields inherited from interface com.servingxml.components.recordmapping.GroupState
DEFAULT, INITIAL
 
Constructor Summary
GroupState.DefaultGroupState()
           
 
Method Summary
 void endGroup()
           
 void startGroup()
           
 boolean wasStarted()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GroupState.DefaultGroupState

public GroupState.DefaultGroupState()
Method Detail

startGroup

public void startGroup()
Specified by:
startGroup in interface GroupState

endGroup

public void endGroup()
Specified by:
endGroup in interface GroupState

wasStarted

public boolean wasStarted()
Specified by:
wasStarted in interface GroupState