com.servingxml.components.recordmapping
Interface GroupState

All Known Implementing Classes:
GroupState.DefaultGroupState, GroupStateImpl

public interface GroupState


Nested Class Summary
static class GroupState.DefaultGroupState
           
 
Field Summary
static GroupState DEFAULT
           
static int INITIAL
           
 
Method Summary
 void endGroup()
           
 void startGroup()
           
 boolean wasStarted()
           
 

Field Detail

INITIAL

static final int INITIAL
See Also:
Constant Field Values

DEFAULT

static final GroupState DEFAULT
Method Detail

startGroup

void startGroup()

endGroup

void endGroup()

wasStarted

boolean wasStarted()