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

Constructor Summary
BindingSpecification(BindingType type, java.lang.String value)
           
 
Method Summary
 BindingType getType()
           
 java.lang.String getValue()
           
 void setType(BindingType value)
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingSpecification

public BindingSpecification(BindingType type,
                            java.lang.String value)
Method Detail

getType

public BindingType getType()

getValue

public java.lang.String getValue()

setType

public void setType(BindingType value)

setValue

public void setValue(java.lang.String value)