org.apache.directory.api.dsmlv2
Class GrammarAction
java.lang.Object
org.apache.directory.api.dsmlv2.GrammarAction
- All Implemented Interfaces:
- Action
public abstract class GrammarAction
- extends Object
- implements Action
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
| Methods inherited from interface org.apache.directory.api.dsmlv2.Action |
action |
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 © 2003-2013 The Apache Software Foundation. All Rights Reserved.