Venice 0.7beta

org.mov.prefs
Class StoredExpression

java.lang.Object
  extended by org.mov.prefs.StoredExpression

public class StoredExpression
extends java.lang.Object

A representation of an expression that can be referenced by name. A stored expression is saved in the Preferences data so that the user does not have to re-type the expression.


Field Summary
 java.lang.String expression
          The stored expression.
 java.lang.String name
          Name of the stored expression.
 
Constructor Summary
StoredExpression(java.lang.String name, java.lang.String expression)
          Create a new stored expression.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public java.lang.String name
Name of the stored expression.


expression

public java.lang.String expression
The stored expression.

Constructor Detail

StoredExpression

public StoredExpression(java.lang.String name,
                        java.lang.String expression)
Create a new stored expression.

Parameters:
name - the name of the expression.
expression - the expression to store.

Venice 0.7beta