com.primix.tapestry.spec
Class BindingSpecification
java.lang.Object
|
+--com.primix.tapestry.spec.BindingSpecification
- public class BindingSpecification
- extends java.lang.Object
Stores a binding specification, which identifies the static value
or nested property name for the binding. The name of the binding (which
matches a bindable property of the contined component) is implicitly known.
- Version:
- $Id: BindingSpecification.java,v 1.5 2001/05/02 14:15:16 hship Exp $
- Author:
- Howard Ship
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BindingSpecification
public BindingSpecification(BindingType type,
java.lang.String value)
getType
public BindingType getType()
getValue
public java.lang.String getValue()
setType
public void setType(BindingType value)
setValue
public void setValue(java.lang.String value)