public class Directive extends Object
Constructor and Description |
---|
Directive()
Creates a new instance of Directive
|
Modifier and Type | Method and Description |
---|---|
void |
addAttribute(Attribute attribute)
Adds an attribute to the list of attributes for this directive.
|
Iterator |
getAttributes()
Returns an iterator through the set of attributes in this directive.
|
String |
getDirectiveName()
Getter for property directiveName.
|
void |
setDirectiveName(String directiveName)
Setter for property directiveName.
|
String |
toString()
Returns a string representation of this directive.
|
public String getDirectiveName()
public void setDirectiveName(String directiveName)
directiveName
- New value of property directiveName.public void addAttribute(Attribute attribute)
public Iterator getAttributes()
Copyright © 2003-2013 sun. All Rights Reserved.