Groovy 2.1.6

org.codehaus.groovy.binding
[Java] Class AbstractFullBinding

java.lang.Object
  org.codehaus.groovy.binding.AbstractFullBinding
All Implemented Interfaces:
FullBinding

public abstract class AbstractFullBinding

Authors:
Danno Ferrin
Version:
\$Revision\$
Since:
Groovy 1.1


Field Summary
protected groovy.lang.Closure converter

protected groovy.lang.Closure reverseConverter

protected SourceBinding sourceBinding

protected TargetBinding targetBinding

protected groovy.lang.Closure validator

 
Method Summary
groovy.lang.Closure getConverter()

groovy.lang.Closure getReverseConverter()

SourceBinding getSourceBinding()

TargetBinding getTargetBinding()

groovy.lang.Closure getValidator()

void reverseUpdate()

void setConverter(groovy.lang.Closure converter)

void setReverseConverter(groovy.lang.Closure reverseConverter)

void setSourceBinding(SourceBinding sourceBinding)

void setTargetBinding(TargetBinding targetBinding)

void setValidator(groovy.lang.Closure validator)

void update()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

converter

protected groovy.lang.Closure converter


reverseConverter

protected groovy.lang.Closure reverseConverter


sourceBinding

protected SourceBinding sourceBinding


targetBinding

protected TargetBinding targetBinding


validator

protected groovy.lang.Closure validator


 
Method Detail

getConverter

public groovy.lang.Closure getConverter()


getReverseConverter

public groovy.lang.Closure getReverseConverter()


getSourceBinding

public SourceBinding getSourceBinding()


getTargetBinding

public TargetBinding getTargetBinding()


getValidator

public groovy.lang.Closure getValidator()


reverseUpdate

public void reverseUpdate()


setConverter

public void setConverter(groovy.lang.Closure converter)


setReverseConverter

public void setReverseConverter(groovy.lang.Closure reverseConverter)


setSourceBinding

public void setSourceBinding(SourceBinding sourceBinding)


setTargetBinding

public void setTargetBinding(TargetBinding targetBinding)


setValidator

public void setValidator(groovy.lang.Closure validator)


update

public void update()


 

Copyright © 2003-2013 The Codehaus. All rights reserved.