|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.camunda.bpm.engine.impl.juel.Bindings
public class Bindings
Bindings, usually created by a Tree
.
Field Summary |
---|
Fields inherited from interface org.camunda.bpm.engine.impl.juel.TypeConverter |
---|
DEFAULT |
Constructor Summary | |
---|---|
Bindings(Method[] functions,
ValueExpression[] variables)
Constructor. |
|
Bindings(Method[] functions,
ValueExpression[] variables,
TypeConverter converter)
Constructor. |
Method Summary | ||
---|---|---|
|
convert(Object value,
Class<T> type)
Apply type conversion. |
|
boolean |
equals(Object obj)
|
|
Method |
getFunction(int index)
Get function by index. |
|
ValueExpression |
getVariable(int index)
Get variable by index. |
|
int |
hashCode()
|
|
boolean |
isFunctionBound(int index)
Test if given index is bound to a function. |
|
boolean |
isVariableBound(int index)
Test if given index is bound to a variable. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Bindings(Method[] functions, ValueExpression[] variables)
public Bindings(Method[] functions, ValueExpression[] variables, TypeConverter converter)
Method Detail |
---|
public Method getFunction(int index)
index
- function index
public boolean isFunctionBound(int index)
index
- identifier index
true
if the given index is bound to a functionpublic ValueExpression getVariable(int index)
index
- identifier index
public boolean isVariableBound(int index)
index
- identifier index
true
if the given index is bound to a variablepublic <T> T convert(Object value, Class<T> type)
convert
in interface TypeConverter
value
- value to converttype
- target type
ELException
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |