org.jboss.seam.util
Class Conversions.AssociativePropertyValue
java.lang.Object
org.jboss.seam.util.Conversions.AssociativePropertyValue
- All Implemented Interfaces:
- java.io.Serializable, Conversions.PropertyValue
- Enclosing class:
- Conversions
public static class Conversions.AssociativePropertyValue
- extends java.lang.Object
- implements Conversions.PropertyValue
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Conversions.AssociativePropertyValue
public Conversions.AssociativePropertyValue(java.util.Map<java.lang.String,java.lang.String> keyedValues,
java.lang.Class type)
getMultiValues
public java.lang.String[] getMultiValues()
- Specified by:
getMultiValues in interface Conversions.PropertyValue
getSingleValue
public java.lang.String getSingleValue()
- Specified by:
getSingleValue in interface Conversions.PropertyValue
getKeyedValues
public java.util.Map<java.lang.String,java.lang.String> getKeyedValues()
- Specified by:
getKeyedValues 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
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getType
public java.lang.Class getType()
- Specified by:
getType in interface Conversions.PropertyValue
Copyright © 2011 Seam Framework. All Rights Reserved.