public class AttributeFromBodyConfigurator extends AbstractElementConfigurator
Constructor and Description |
---|
AttributeFromBodyConfigurator() |
Modifier and Type | Method and Description |
---|---|
void |
doConfigElement(Element element)
Config an element body as attribute of parent elememt.
|
String |
getBodyType() |
String |
getName() |
void |
setBodyType(String bodyType) |
void |
setName(String name) |
isConfigAction, setConfigAction
getDescription, getId, setDescription, setId
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getDescription, getId, setDescription, setId
public void doConfigElement(Element element) throws ElementConfiguratorException
element
- The element to config.ElementConfiguratorException
- Is thrown when object tree is non valid.ElementConfigurator.doConfigElement(org.x4o.xml.element.Element)
public String getName()
public void setName(String name)
name
- the name to setpublic String getBodyType()
public void setBodyType(String bodyType)
bodyType
- the bodyType to setCopyright © 2004-2013 X4O. All Rights Reserved.