org.jboss.seam.core
Interface Expressions.ValueBinding<T>

All Superinterfaces:
Serializable
Enclosing class:
Expressions

public static interface Expressions.ValueBinding<T>
extends Serializable


Method Summary
 String getExpressionString()
           
 Class<T> getType()
           
 T getValue()
           
 boolean isReadOnly()
           
 void setValue(T value)
           
 

Method Detail

getExpressionString

String getExpressionString()

getType

Class<T> getType()

getValue

T getValue()

isReadOnly

boolean isReadOnly()

setValue

void setValue(T value)