All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class org.jcon.df.edit.DataEditorCommander


java.lang.Object

   |

   +----org.jcon.df.edit.DataEditorCommander


public class DataEditorCommander
extends Object
Converts English like commands into a Param that drives a DataEditor. This allows simple, standard edits to be defined with just a simple command. An SQL like syntax is used. Keywords start with @, which eliminates name space collisions with column names. All clauses start with a keyword. Clauses may be in any order. The syntax is: These clauses are required:


Constructor Index

 o DataEditorCommander()

Method Index

 o main(String[])
 o runUnitTest()
 o setSchema(Schema)
 o toParam(String)

Constructors

 o DataEditorCommander

 public DataEditorCommander()

Methods

 o main

 public static void main(String args[])

 o setSchema

 public void setSchema(Schema schema)

 o toParam

 public Param toParam(String command)

 o runUnitTest

 public void runUnitTest()



All Packages  Class Hierarchy  This Package  Previous  Next  Index