org.apache.directory.api.dsmlv2
Class GrammarAction

java.lang.Object
  extended by 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

Constructor Summary
GrammarAction(String name)
          Creates a new GrammarAction object.
 
Method Summary
 String toString()
          Print the action's name
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.directory.api.dsmlv2.Action
action
 

Constructor Detail

GrammarAction

public GrammarAction(String name)
Creates a new GrammarAction object.

Parameters:
name - the name of the create daction
Method Detail

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.