org.jboss.seam.util
public static class Conversions.MultiPropertyValue extends Object implements Conversions.PropertyValue
| Constructor and Description |
|---|
Conversions.MultiPropertyValue(String[] strings,
Class type) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
getKeyedValues() |
String[] |
getMultiValues() |
String |
getSingleValue() |
Class |
getType() |
boolean |
isAssociativeValued() |
boolean |
isExpression() |
boolean |
isMultiValued() |
String |
toString() |
public String[] getMultiValues()
getMultiValues in interface Conversions.PropertyValuepublic String getSingleValue()
getSingleValue in interface Conversions.PropertyValuepublic Map<String,String> getKeyedValues()
getKeyedValues in interface Conversions.PropertyValuepublic boolean isMultiValued()
isMultiValued in interface Conversions.PropertyValuepublic boolean isAssociativeValued()
isAssociativeValued in interface Conversions.PropertyValuepublic boolean isExpression()
isExpression in interface Conversions.PropertyValuepublic Class getType()
getType in interface Conversions.PropertyValueCopyright © 2015 Seam Framework. All Rights Reserved.