public class StandardAttribute extends Object implements IAttribute
| Constructor and Description |
|---|
StandardAttribute(StandardElement element) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getData()
The attribute value as a typed value, according to an optional schema
declaration.
|
StandardElement |
getElement() |
String |
getName()
The attribute name
|
String |
getTemplate()
If this implementation supports template expansion, return the template
(unexpanded) value.
|
String |
getValue()
The attribute value.
|
void |
setName(String name) |
void |
setTemplate(String template) |
void |
setValue(String value) |
String |
toString() |
public StandardAttribute(StandardElement element)
public Object getData()
IAttributegetData in interface IAttributepublic StandardElement getElement()
public String getName()
IAttributegetName in interface IAttributepublic String getTemplate()
IAttributegetTemplate in interface IAttributepublic String getValue()
IAttributegetValue in interface IAttributepublic void setName(String name)
public void setTemplate(String template)
public void setValue(String value)
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.