|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wookie.w3c.impl.ParamEntity
org.apache.wookie.w3c.impl.PreferenceEntity
public class PreferenceEntity
| Constructor Summary | |
|---|---|
PreferenceEntity()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class org.apache.wookie.w3c.impl.ParamEntity |
|---|
getName, getValue, setName, setValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.wookie.w3c.IParam |
|---|
getName, getValue, setName, setValue |
| Constructor Detail |
|---|
public PreferenceEntity()
| Method Detail |
|---|
public boolean isReadOnly()
isReadOnly in interface IPreferencepublic void setReadOnly(boolean readOnly)
setReadOnly in interface IPreference
public void fromXML(org.jdom.Element element)
throws BadManifestException
IElement
fromXML in interface IElementfromXML in class ParamEntityelement - The Element to unmarshall
BadManifestExceptionpublic org.jdom.Element toXml()
IElement
toXml in interface IElementtoXml in class ParamEntity
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||