org.jboss.seam.util
Interface Conversions.PropertyValue

All Superinterfaces:
Serializable
All Known Implementing Classes:
Conversions.AssociativePropertyValue, Conversions.FlatPropertyValue, Conversions.MultiPropertyValue
Enclosing class:
Conversions

public static interface Conversions.PropertyValue
extends Serializable


Method Summary
 Map<String,String> getKeyedValues()
           
 String[] getMultiValues()
           
 String getSingleValue()
           
 Class getType()
           
 boolean isAssociativeValued()
           
 boolean isExpression()
           
 boolean isMultiValued()
           
 

Method Detail

getKeyedValues

Map<String,String> getKeyedValues()

getMultiValues

String[] getMultiValues()

getSingleValue

String getSingleValue()

isExpression

boolean isExpression()

isMultiValued

boolean isMultiValued()

isAssociativeValued

boolean isAssociativeValued()

getType

Class getType()


Copyright © 2011 Seam Framework. All Rights Reserved.