com.servingxml.components.recordmapping
Class GroupStateImpl

java.lang.Object
  extended by com.servingxml.components.recordmapping.GroupStateImpl
All Implemented Interfaces:
GroupState

public class GroupStateImpl
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
GroupStateImpl(GroupState parent)
           
 
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

GroupStateImpl

public GroupStateImpl(GroupState parent)
Method Detail

wasStarted

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

startGroup

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

endGroup

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