|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--com.adventnet.management.config.xml.BaseElement
|
+--com.adventnet.management.config.xml.UserAttribute
This class represents the UserAttribute element in a Configuration Task.
| Fields inherited from class com.adventnet.management.config.xml.BaseElement |
element, isServer |
| Constructor Summary | |
UserAttribute(org.w3c.dom.Element element)
Creates a UserAttribute object from the XML Element. |
|
| Method Summary | |
java.util.Properties |
getProperties()
Convert the UserAttributes into a properties object. |
| Methods inherited from class com.adventnet.management.config.xml.BaseElement |
addSubTag, getAttribute, getElement, getSubTagsByName, hasAttribute, removeSubTagsByName, setAttribute, setProperties, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public UserAttribute(org.w3c.dom.Element element)
throws InvalidTemplateException
element - XML element containing UserAttribute as the root element.InvalidTemplateException - if the element is invalid (if element's name is not equal to UserAttribute).| Method Detail |
public java.util.Properties getProperties()
getProperties in class BaseElement
|
AdventNet Web NMS 4 API Specification | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||