org.apache.oodt.cas.pushpull.expressions
Class Variable
java.lang.Object
org.apache.oodt.cas.pushpull.expressions.Variable
- All Implemented Interfaces:
- ValidInput
public class Variable
- extends Object
- implements ValidInput
- Version:
- $Revision$
Describe your class here
.
- Author:
- bfoster
FILL_FRONT
public final int FILL_FRONT
- See Also:
- Constant Field Values
FILL_BACK
public final int FILL_BACK
- See Also:
- Constant Field Values
TYPE_STRING
public final int TYPE_STRING
- See Also:
- Constant Field Values
TYPE_INTEGER
public final int TYPE_INTEGER
- See Also:
- Constant Field Values
Variable
public Variable(String name)
Variable
public Variable(String name,
Object value)
isString
public boolean isString()
isInteger
public boolean isInteger()
setValue
public void setValue(Object value)
setPrecision
public void setPrecision(int precision)
setFillString
public void setFillString(String fillString)
setFillSide
public void setFillSide(int fillSide)
getValue
public Object getValue()
- Specified by:
getValue in interface ValidInput
getPrecision
public int getPrecision()
getFillString
public String getFillString()
getFillSide
public int getFillSide()
getName
public String getName()
toString
public String toString()
- Specified by:
toString in interface ValidInput- Overrides:
toString in class Object
Copyright © 1999-2011 Apache OODT. All Rights Reserved.