org.apache.myfaces.trinidadinternal.ui.laf.xml.parse
Class SkinPropertyNode
java.lang.Object
org.apache.myfaces.trinidadinternal.ui.laf.xml.parse.SkinPropertyNode
public class SkinPropertyNode
- extends java.lang.Object
Object which represents a single element.
- Version:
- $Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/ui/laf/xml/parse/SkinPropertyNode.java#0 $) $Date: 10-nov-2005.18:50:45 $
- Author:
- The Oracle ADF Faces Team
Constructor Summary |
SkinPropertyNode(java.lang.String selector,
java.lang.String name,
java.lang.String value)
Creates a PropertyNode |
Method Summary |
java.lang.String |
getPropertyName()
Returns the name of the property that is defined
by this PropertyNode. |
java.lang.String |
getPropertySelector()
Returns the selector name for this property |
java.lang.String |
getPropertyValue()
Returns the value of the property that is defined
by this PropertyNode. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SkinPropertyNode
public SkinPropertyNode(java.lang.String selector,
java.lang.String name,
java.lang.String value)
- Creates a PropertyNode
- Parameters:
selector
- The selector name (with namespace substituted if necessary)name
- The name of the propertyvalue
- The value of the property
getPropertySelector
public java.lang.String getPropertySelector()
- Returns the selector name for this property
getPropertyName
public java.lang.String getPropertyName()
- Returns the name of the property that is defined
by this PropertyNode.
getPropertyValue
public java.lang.String getPropertyValue()
- Returns the value of the property that is defined
by this PropertyNode.
Copyright © 2001-2007 Apache Software Foundation. All Rights Reserved.