|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.webharvest.runtime.variables.Variable
public abstract class Variable
Variables Interface.
| Constructor Summary | |
|---|---|
Variable()
|
|
| Method Summary | |
|---|---|
abstract java.lang.Object |
getWrappedObject()
|
abstract boolean |
isEmpty()
|
java.lang.Object[] |
toArray()
Safely converts this variable to array of objects. |
abstract byte[] |
toBinary()
|
abstract byte[] |
toBinary(java.lang.String charset)
|
boolean |
toBoolean()
Safely converts this variable to boolean value. |
double |
toDouble()
Safely converts this variable to double value. |
int |
toInt()
Safely converts this variable to integer value. |
abstract java.util.List |
toList()
|
long |
toLong()
Safely converts this variable to long value. |
abstract java.lang.String |
toString()
|
abstract java.lang.String |
toString(java.lang.String charset)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Variable()
| Method Detail |
|---|
public abstract byte[] toBinary()
public abstract byte[] toBinary(java.lang.String charset)
public abstract java.lang.String toString()
toString in class java.lang.Objectpublic abstract java.lang.String toString(java.lang.String charset)
public abstract java.util.List toList()
public abstract boolean isEmpty()
public abstract java.lang.Object getWrappedObject()
public boolean toBoolean()
public int toInt()
public long toLong()
public double toDouble()
public java.lang.Object[] toArray()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||