public class PreferenceEntity extends ParamEntity implements IPreference, IElement
| Constructor and Description |
|---|
PreferenceEntity() |
| Modifier and Type | Method and Description |
|---|---|
void |
fromXML(org.jdom.Element element)
Unmarshall the given XML Element to this Object
|
boolean |
isReadOnly() |
void |
setReadOnly(boolean readOnly) |
org.jdom.Element |
toXml()
Marshall the entity into an XML Element
|
getName, getValue, setName, setValuepublic boolean isReadOnly()
isReadOnly in interface IPreferencepublic void setReadOnly(boolean readOnly)
setReadOnly in interface IPreferencepublic void fromXML(org.jdom.Element element)
throws BadManifestException
IElementfromXML in interface IElementfromXML in class ParamEntityelement - The Element to unmarshallBadManifestExceptionpublic org.jdom.Element toXml()
IElementtoXml in interface IElementtoXml in class ParamEntity2012 Apache Software Foundation.