org.apache.directory.api.asn1.ber.grammar
Interface States

All Known Implementing Classes:
CancelStatesEnum, CertGenerationStatesEnum, EntryChangeStates, GracefulDisconnectStatesEnum, GracefulShutdownStatesEnum, LdapStatesEnum, PagedResultsStates, PasswordPolicyStates, PersistentSearchStates, StoredProcedureStatesEnum, SubentriesStates, SyncDoneValueStatesEnum, SyncInfoValueStatesEnum, SyncRequestValueStatesEnum, SyncStateValueStatesEnum

public interface States

Interface to get custom function from enum when casting.

Author:
Apache Directory Project

Method Summary
 Enum<?> getStartState()
           
 boolean isEndState()
           
 

Method Detail

isEndState

boolean isEndState()
Returns:
True if this is the END_STATE

getStartState

Enum<?> getStartState()
Returns:
The START_STATE of the enum


Copyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.