jfun.yan.xml.nuts.optional
Class BinderDefault

java.lang.Object
  extended by jfun.yan.xml.nut.Nut
      extended by jfun.yan.xml.nuts.optional.BinderDefault
All Implemented Interfaces:
java.io.Serializable

public class BinderDefault
extends Nut

Represents the default case in the <typecase> tag. See TypeCaseNut.

Author:
Ben Yu Nov 9, 2005 11:57:47 PM
See Also:
Serialized Form

Constructor Summary
BinderDefault()
           
 
Method Summary
 void eval()
           
 Binder getBinder()
           
 void setBinder(Binder binder)
           
 
Methods inherited from class jfun.yan.xml.nut.Nut
cast, checkDuplicate, checkMandatory, checkMandatory, convert, getComponentClassLoader, getId, getNutClassLoader, getNutEnvironment, getParameterWiring, getPropertyWiring, getSequenceNumber, getTagLocation, getTagName, initGloballyDefined, initNutEnvironment, initSequenceNumber, initTagLocation, initTagName, isGloballyDefined, raise, raise, register, registerEagerInstantiation, setId, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BinderDefault

public BinderDefault()
Method Detail

getBinder

public Binder getBinder()

setBinder

public void setBinder(Binder binder)

eval

public void eval()