public class XmlPropertyDefConfig extends Object implements org.azyva.dragom.model.config.PropertyDefConfig
PropertyDefConfig that allows reading from an XML
file.
This class is currently immutable and
XmlNodeConfig.getPropertyDefConfig(java.lang.String) relies on this immutability to
ensure XmlConfig and its members cannot be modified in an uncontrolled
manner. If modification of the Config is eventually possible and if
this class becomes mutable, XmlNodeConfig.getPropertyDefConfig will need to be
revised.
Although this class is used within a JAXB context, it does not need XML
annotations since properties are stored within the XML file in another format.
See MapXmlPropertyDefConfigAdapter.
org.azyva.dragom.model.config.impl.xml| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
String |
getValue() |
boolean |
isOnlyThisNode() |
String |
toString() |
public String getName()
getName in interface org.azyva.dragom.model.config.PropertyDefConfigpublic String getValue()
getValue in interface org.azyva.dragom.model.config.PropertyDefConfigpublic boolean isOnlyThisNode()
isOnlyThisNode in interface org.azyva.dragom.model.config.PropertyDefConfigCopyright © 2015–2016 AZYVA INC.. All rights reserved.