public class ExpressionBinding extends NamedElementBinding
| Modifier and Type | Field and Description |
|---|---|
static String |
DISPLAY_DESCRIPTION |
static String |
DISPLAY_DESCRIPTION_AFTER_COMPLETION |
static String |
DISPLAY_NAME |
description, id, name| Constructor and Description |
|---|
ExpressionBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementTag() |
Object |
getObject() |
void |
setAttributes(Map<String,String> attributes) |
void |
setChildElement(String name,
String value,
Map<String,String> attributes) |
void |
setChildObject(String name,
Object value) |
findObject, setBinderspublic static final String DISPLAY_NAME
public static final String DISPLAY_DESCRIPTION
public static final String DISPLAY_DESCRIPTION_AFTER_COMPLETION
public void setAttributes(Map<String,String> attributes) throws XMLParseException
setAttributes in class NamedElementBindingXMLParseExceptionpublic Object getObject()
getObject in class ElementBindingpublic String getElementTag()
getElementTag in class ElementBindingpublic void setChildElement(String name, String value, Map<String,String> attributes) throws XMLParseException
setChildElement in class ElementBindingXMLParseExceptionpublic void setChildObject(String name, Object value) throws XMLParseException
setChildObject in class ElementBindingXMLParseExceptionCopyright © 2013 BonitaSoft. All Rights Reserved.