Humboldt Alignment Editor 2.5.0

eu.esdihumboldt.hale.io.oml.internal.goml.oml.ext
Class ValueExpression

java.lang.Object
  extended by eu.esdihumboldt.hale.io.oml.internal.goml.oml.ext.ValueExpression
All Implemented Interfaces:
IValueExpression

public class ValueExpression
extends Object
implements IValueExpression

A ValueExpression is used to deal with literal values and ranges. It represents the goml:ValueExprType. FIXME not clear yet how to deal with other kinds of 'value'

Author:
Marian de Vries
Partner:
08 / Delft University of Technology

Constructor Summary
ValueExpression(String literal)
           
 
Method Summary
 Function getApply()
           
 String getLiteral()
          returns String values
 String getMax()
           
 String getMin()
           
 void setApply(Function apply)
           
 void setLiteral(String literal)
           
 void setMax(String max)
           
 void setMin(String min)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ValueExpression

public ValueExpression(String literal)
Parameters:
literal -
Method Detail

getLiteral

public String getLiteral()
Description copied from interface: IValueExpression
returns String values

Specified by:
getLiteral in interface IValueExpression
Returns:
the literal value represented by this ValueExpression.

setLiteral

public void setLiteral(String literal)
Parameters:
literal - the literal to set

getMin

public String getMin()
Specified by:
getMin in interface IValueExpression
Returns:
the min

setMin

public void setMin(String min)
Parameters:
min - the min to set

getMax

public String getMax()
Specified by:
getMax in interface IValueExpression
Returns:
the max

setMax

public void setMax(String max)
Parameters:
max - the max to set

getApply

public Function getApply()
Returns:
the apply

setApply

public void setApply(Function apply)
Parameters:
apply - the apply to set

toString

public String toString()
Overrides:
toString in class Object

Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d