|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IResourceNode
Contains all the available information on a Resource in the model. This may include children, attributes, and a description. From these attributes are mod-able.
Method Summary | |
---|---|
java.lang.String |
getAttribute(java.lang.String attributeName)
Get the String value of an Attribute of the ResourceNode given the name of the desired Attribute. |
java.util.Collection<java.lang.String> |
getAttributes()
Returns Attributes of the ResourceNodes. |
java.util.List<IResourceNode> |
getChildren()
Return a List of the subnodes to this ResourceNode. |
java.lang.String |
getDescription()
Get a short description of what this ResourceNode represents. |
java.lang.String |
getModelPath()
|
org.w3c.dom.Node |
getNode()
|
void |
setAttribute(java.lang.String attributeName,
java.lang.String value)
Overwrites the current String value of an Attribute given the name of the desired Attribute. |
Method Detail |
---|
java.util.List<IResourceNode> getChildren()
java.util.Collection<java.lang.String> getAttributes()
java.lang.String getAttribute(java.lang.String attributeName)
attributeName
- the name of the desired Attribute
void setAttribute(java.lang.String attributeName, java.lang.String value)
attributeName
- the name of the desired Attributevalue
- the String to set the Attribute tojava.lang.String getDescription()
java.lang.String getModelPath()
org.w3c.dom.Node getNode()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |