|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.trinidadinternal.style.xml.parse.PropertyNode
public class PropertyNode
Private implementation of PropertyNode.
| Constructor Summary | |
|---|---|
PropertyNode(java.lang.String name,
java.lang.String value)
Creates a PropertyNode with the specified name and value. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getName()
Implementation of PropertyNode.getName(). |
java.lang.String |
getValue()
Implementation of PropertyNode.getValue(). |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertyNode(java.lang.String name,
java.lang.String value)
name - name of the propertyNode. Examples are 'font-size', 'background-color'.value - value of the propertyNode. Examples are '12px', 'red', '0xeaeaea'
If name is null or the empty string, an IllegalArgumentException is thrown.| Method Detail |
|---|
public java.lang.String getName()
public java.lang.String getValue()
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||