com.daylight
Class VectorBinding

java.lang.Object
  extended by com.daylight.DaylightCppObject
      extended by com.daylight.DaylightObject
          extended by com.daylight.VectorBinding

public class VectorBinding
extends DaylightObject

Object representing a vector binding


Field Summary
 
Fields inherited from class com.daylight.DaylightCppObject
ref
 
Constructor Summary
VectorBinding(java.lang.String name)
          from dt_alloc_vbind.
 
Method Summary
protected  void finalize()
          Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
 java.lang.String getName()
          from dt_name.
 DaylightObject getValue()
          from dt_getval.
 void setValue(PathSet pathSet)
          from dt_setval.
 void setValue(Pattern pattern)
          from dt_setval.
 
Methods inherited from class com.daylight.DaylightObject
appendStringProperty, checkProgramLicense, checkToolkitLicense, clearErrors, disableVirtualHandles, equals, getAdjunct, getAncestor, getBase, getBooleanProperty, getChiralClass, getChiralOrder, getCount, getErrors, getExistingObjectCount, getHandleProperty, getIntegerProperty, getParent, getPropertyNames, getPropertyType, getRealProperty, getRuntimeLibraryCreationDate, getRuntimeLibraryVersion, getStream, getStringProperty, getType, getTypename, getUniqueId, getUniqueIdRange, getWorstErrorType, hashCode, isNullObject, mpInitialize, mpLock, mpTrylock, mpUnlock, saveError, setAdjunct, setBooleanProperty, setHandleProperty, setIntegerProperty, setRealProperty, setStringProperty
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VectorBinding

public VectorBinding(java.lang.String name)
              throws DaylightException
from dt_alloc_vbind.

Throws:
DaylightException
Method Detail

getName

public java.lang.String getName()
                         throws DaylightException
from dt_name.

Throws:
DaylightException

getValue

public DaylightObject getValue()
                        throws DaylightException
from dt_getval. Returns a Pattern, PathSet, or a Null Object

Throws:
DaylightException

setValue

public void setValue(Pattern pattern)
              throws DaylightException
from dt_setval.

Throws:
DaylightException

setValue

public void setValue(PathSet pathSet)
              throws DaylightException
from dt_setval.

Throws:
DaylightException

finalize

protected void finalize()
                 throws java.lang.Throwable
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

Overrides:
finalize in class DaylightObject
Throws:
java.lang.Throwable