org.apache.directory.shared.asn1.ber.grammar
Class GrammarAction
java.lang.Object
org.apache.directory.shared.asn1.ber.grammar.GrammarAction
- All Implemented Interfaces:
- IAction
- Direct Known Subclasses:
- AttributeDescAction, ControlsInitAction, ControlValueAction, ErrorMessageAction, InitAndFilterAction, InitApproxMatchFilterAction, InitAssertionValueFilterAction, InitAttributeDescFilterAction, InitAttributeDescListAction, InitEqualityMatchFilterAction, InitExtensibleMatchFilterAction, InitGreaterOrEqualFilterAction, InitLessOrEqualFilterAction, InitNotFilterAction, InitOrFilterAction, InitPresentFilterAction, InitReferralsAction, InitSubstringsFilterAction, MatchedDNAction, ModifyAttributeValueAction, ReferralAction, ResponseAction, ResponseNameAction, ResultCodeAction, SearchResultAttributeValueAction, ServerSASLCredsAction, StoreAnyAction, StoreFinalAction, StoreMatchValueAction, StoreReferenceAction, StoreTypeMatchingRuleAction, ValueAction
public abstract class GrammarAction
- extends Object
- implements IAction
A top level grammar class that store meta informations about the actions.
Those informations are not mandatory, but they can be usefull for debugging.
- Author:
- Apache Directory Project
Field Summary |
protected String |
name
The action's name |
Methods inherited from interface org.apache.directory.shared.asn1.ber.grammar.IAction |
action |
name
protected String name
- The action's name
GrammarAction
public GrammarAction()
- A default constructor
GrammarAction
public GrammarAction(String name)
- Creates a new GrammarAction object.
- Parameters:
name
- The name of the create daction
toString
public String toString()
- Print the action's name
- Overrides:
toString
in class Object
- Returns:
- The action's name
Copyright © 2004-2012. All Rights Reserved.