eu.esdihumboldt.hale.io.oml.internal.goml.oml.ext
Class ValueExpression
java.lang.Object
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
ValueExpression
public ValueExpression(String literal)
- Parameters:
literal
-
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
Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d