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


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.