public class DataDefinitionBinding extends NamedElementBinding
| Modifier and Type | Field and Description |
|---|---|
protected String |
className |
protected Expression |
defaultValue |
protected String |
description |
protected String |
isTransient |
id, name| Constructor and Description |
|---|
DataDefinitionBinding() |
| Modifier and Type | Method and Description |
|---|---|
String |
getElementTag() |
DataDefinitionImpl |
getObject() |
void |
setAttributes(Map<String,String> attributes) |
void |
setChildElement(String name,
String value,
Map<String,String> attributes) |
void |
setChildObject(String name,
Object value) |
findObject, setBindersprotected String description
protected Expression defaultValue
protected String className
protected String isTransient
public void setAttributes(Map<String,String> attributes) throws XMLParseException
setAttributes in class NamedElementBindingXMLParseExceptionpublic 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 ElementBindingXMLParseExceptionpublic DataDefinitionImpl getObject()
getObject in class ElementBindingpublic String getElementTag()
getElementTag in class ElementBindingCopyright © 2013 BonitaSoft. All Rights Reserved.