org.apache.myfaces.trinidadinternal.style
Class ParsedPropertyKey

java.lang.Object
  extended by org.apache.myfaces.trinidadinternal.style.ParsedPropertyKey

public final class ParsedPropertyKey
extends java.lang.Object

Class for keys used by Style.getParsedProperty()

Version:
$Name: $ ($Revision: adfrt/faces/adf-faces-impl/src/main/java/oracle/adfinternal/view/faces/style/ParsedPropertyKey.java#0 $) $Date: 10-nov-2005.18:57:55 $

Method Summary
 int getKeyIndex()
          Returns the index for the key
 java.lang.String getKeyName()
          Returns the name for this key
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getKeyIndex

public int getKeyIndex()
Returns the index for the key


getKeyName

public java.lang.String getKeyName()
Returns the name for this key



Copyright © 2001-2011 The Apache Software Foundation. All Rights Reserved.