public class SupportedPrivilege extends java.lang.Object implements XmlSerializable
SupportedPrivilege
...Constructor and Description |
---|
SupportedPrivilege(Privilege privilege,
java.lang.String description,
java.lang.String descriptionLanguage,
boolean isAbstract,
SupportedPrivilege[] supportedPrivileges) |
Modifier and Type | Method and Description |
---|---|
Privilege |
getPrivilege() |
SupportedPrivilege[] |
getSupportedPrivileges() |
boolean |
isAbstract() |
org.w3c.dom.Element |
toXml(org.w3c.dom.Document document)
Returns the xml representation of the implementing object as
Element . |
public SupportedPrivilege(Privilege privilege, java.lang.String description, java.lang.String descriptionLanguage, boolean isAbstract, SupportedPrivilege[] supportedPrivileges)
privilege
- description
- descriptionLanguage
- isAbstract
- supportedPrivileges
- public org.w3c.dom.Element toXml(org.w3c.dom.Document document)
XmlSerializable
Element
. The given Document
is used
as factory and represents the owner document
of the returned DOM element.toXml
in interface XmlSerializable
document
- to be used as factory.XmlSerializable.toXml(Document)
public Privilege getPrivilege()
public boolean isAbstract()
public SupportedPrivilege[] getSupportedPrivileges()
Copyright © 2010 - 2020 Adobe. All Rights Reserved