syntheticoperation
Class Constants

java.lang.Object
  extended by syntheticoperation.Constants

public class Constants
extends java.lang.Object

Model-related constant values collected in one place.


Field Summary
static java.lang.String commandAttribute
          The name of the command attribute to be used.
static java.lang.String searchByAuthor
          The command to "search by author".
static java.lang.String searchByKeyword
          The command to "search by keyword".
 
Constructor Summary
Constants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

searchByAuthor

public static final java.lang.String searchByAuthor
The command to "search by author".

See Also:
Constant Field Values

searchByKeyword

public static final java.lang.String searchByKeyword
The command to "search by keyword".

See Also:
Constant Field Values

commandAttribute

public static final java.lang.String commandAttribute
The name of the command attribute to be used.

See Also:
Constant Field Values
Constructor Detail

Constants

public Constants()