当前页面: 
在线文档首页 > 
JBoss Seam  1.1.5 API 英文版文档
Conversions.FlatPropertyValue (JBoss Seam API Documentation) - JBoss Seam  1.1.5 API 英文版文档
org.jboss.seam.util
Class Conversions.FlatPropertyValue
java.lang.Object
   org.jboss.seam.util.Conversions.FlatPropertyValue
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
 
 
 
Conversions.FlatPropertyValue
public Conversions.FlatPropertyValue(String string)
getMultiValues
public String[] getMultiValues()
- 
- Specified by:
- getMultiValuesin interface- Conversions.PropertyValue
 
- 
 
getSingleValue
public String getSingleValue()
- 
- Specified by:
- getSingleValuein interface- Conversions.PropertyValue
 
- 
 
isExpression
public boolean isExpression()
- 
- Specified by:
- isExpressionin interface- Conversions.PropertyValue
 
- 
 
isMultiValued
public boolean isMultiValued()
- 
- Specified by:
- isMultiValuedin interface- Conversions.PropertyValue
 
- 
 
isAssociativeValued
public boolean isAssociativeValued()
- 
- Specified by:
- isAssociativeValuedin interface- Conversions.PropertyValue
 
- 
 
getKeyedValues
public Map<String,String> getKeyedValues()
- 
- Specified by:
- getKeyedValuesin interface- Conversions.PropertyValue
 
- 
 
toString
public String toString()
- 
- Overrides:
- toStringin class- Object
 
-