Class SyncDoneValueGrammar

  • All Implemented Interfaces:
    Grammar<SyncDoneValueContainer>

    public final class SyncDoneValueGrammar
    extends AbstractGrammar<SyncDoneValueContainer>
    Implementation of SyncDoneValueControl. All the actions are declared in this class. As it is a singleton, these declaration are only done once. The decoded grammar is as follows : syncDoneValue ::= SEQUENCE { cookie syncCookie OPTIONAL, refreshDeletes BOOLEAN DEFAULT FALSE }
    Author:
    Apache Directory Project
    • Method Detail