net.sourceforge.smile.config
Class ValuesTag

java.lang.Object
  extended bynet.sourceforge.smile.config.Tag
      extended bynet.sourceforge.smile.config.ValuesTag

public class ValuesTag
extends Tag

Author:
codehawk This class represents a values tag in faces-config.xml

Constructor Summary
ValuesTag()
           
 
Method Summary
 void addSingleValue(Value value)
           
 java.lang.String getIdentity()
          This operation should be implemented, to return a string, that identifies the object within it's context in the tree.
 java.util.List getSingleValues()
           
 java.lang.String getValueClass()
           
 java.util.List getValues()
           
 void setValueClass(java.lang.String valueClass)
           
 void setValues(java.util.List list)
           
 
Methods inherited from class net.sourceforge.smile.config.Tag
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValuesTag

public ValuesTag()
Method Detail

getValueClass

public java.lang.String getValueClass()

setValueClass

public void setValueClass(java.lang.String valueClass)

getSingleValues

public java.util.List getSingleValues()

addSingleValue

public void addSingleValue(Value value)

getIdentity

public java.lang.String getIdentity()
Description copied from class: Tag
This operation should be implemented, to return a string, that identifies the object within it's context in the tree.

Specified by:
getIdentity in class Tag
Returns:
See Also:
Tag.getIdentity()

getValues

public java.util.List getValues()
Returns:

setValues

public void setValues(java.util.List list)
Parameters:
list -