站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss Seam 1.2.0 patch1 API 英文版文档

Conversions.FlatPropertyValue (JBoss Seam API Documentation) - JBoss Seam 1.2.0 patch1 API 英文版文档


org.jboss.seam.util
Class Conversions.FlatPropertyValue

java.lang.Object
  extended by org.jboss.seam.util.Conversions.FlatPropertyValue
All Implemented Interfaces:
Serializable, Conversions.PropertyValue
Enclosing class:
Conversions

public static class Conversions.FlatPropertyValue
extends Object
implements Conversions.PropertyValue

See Also:
Serialized Form

Constructor Summary
Conversions.FlatPropertyValue(String string)
           
 
Method Summary
 Map<String,String> getKeyedValues()
           
 String[] getMultiValues()
           
 String getSingleValue()
           
 boolean isAssociativeValued()
           
 boolean isExpression()
           
 boolean isMultiValued()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Conversions.FlatPropertyValue

public Conversions.FlatPropertyValue(String string)
Method Detail

getMultiValues

public String[] getMultiValues()
Specified by:
getMultiValues in interface Conversions.PropertyValue

getSingleValue

public String getSingleValue()
Specified by:
getSingleValue in interface Conversions.PropertyValue

isExpression

public boolean isExpression()
Specified by:
isExpression in interface Conversions.PropertyValue

isMultiValued

public boolean isMultiValued()
Specified by:
isMultiValued in interface Conversions.PropertyValue

isAssociativeValued

public boolean isAssociativeValued()
Specified by:
isAssociativeValued in interface Conversions.PropertyValue

getKeyedValues

public Map<String,String> getKeyedValues()
Specified by:
getKeyedValues in interface Conversions.PropertyValue

toString

public String toString()
Overrides:
toString in class Object