Package org.webharvest.runtime.variables
Class EmptyVariable
- java.lang.Object
-
- org.webharvest.runtime.variables.Variable
-
- org.webharvest.runtime.variables.EmptyVariable
-
public class EmptyVariable extends Variable
Empty variable.
-
-
Field Summary
Fields Modifier and Type Field Description static EmptyVariable
INSTANCE
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
getWrappedObject()
boolean
isEmpty()
byte[]
toBinary()
byte[]
toBinary(String charset)
Iterator
toIterator()
List<Variable>
toList()
String
toString()
String
toString(String charset)
-
-
-
Field Detail
-
INSTANCE
public static final EmptyVariable INSTANCE
-
-
Method Detail
-
getWrappedObject
public Object getWrappedObject()
- Specified by:
getWrappedObject
in classVariable
-
toIterator
public Iterator toIterator()
- Specified by:
toIterator
in classVariable
-
-