org.jboss.seam.util
public static class Conversions.FlatPropertyValue extends Object implements Conversions.PropertyValue
Constructor and Description |
---|
Conversions.FlatPropertyValue(String string) |
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 Conversions.FlatPropertyValue(String string)
public String[] getMultiValues()
getMultiValues
in interface Conversions.PropertyValue
public String getSingleValue()
getSingleValue
in interface Conversions.PropertyValue
public boolean isExpression()
isExpression
in interface Conversions.PropertyValue
public boolean isMultiValued()
isMultiValued
in interface Conversions.PropertyValue
public boolean isAssociativeValued()
isAssociativeValued
in interface Conversions.PropertyValue
public Map<String,String> getKeyedValues()
getKeyedValues
in interface Conversions.PropertyValue
public Class getType()
getType
in interface Conversions.PropertyValue
Copyright © 2015 Seam Framework. All Rights Reserved.