org.obe.xpdl.model.condition
Class Xpression

java.lang.Object
  extended byorg.obe.util.AbstractBean
      extended byorg.obe.xpdl.model.condition.Xpression
All Implemented Interfaces:
java.beans.beancontext.BeanContextChild, java.io.Serializable

public final class Xpression
extends AbstractBean

Implementation of the XPDL Xpression element.

Author:
Adrian Price
See Also:
Serialized Form

Constructor Summary
Xpression()
          Construct a new Xpression.
Xpression(java.lang.String value)
          Construct a new Xpression with the specified value.
 
Method Summary
 java.lang.String getValue()
           
 void setValue(java.lang.String value)
           
 
Methods inherited from class org.obe.util.AbstractBean
add, addPropertyChangeListener, addPropertyChangeListener, addVetoableChangeListener, addVetoableChangeListener, clear, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, fireVetoableChange, get, get, getBeanContext, getListModel, hasChangeListeners, hasVetoListeners, remove, removePropertyChangeListener, removePropertyChangeListener, removeVetoableChangeListener, removeVetoableChangeListener, set, set, setBeanContext
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Xpression

public Xpression()
Construct a new Xpression.


Xpression

public Xpression(java.lang.String value)
Construct a new Xpression with the specified value.

Parameters:
value - The value
Method Detail

getValue

public java.lang.String getValue()

setValue

public void setValue(java.lang.String value)


SourceForge.net Logo OBE-1.0 Copyright (c) 2002-2006 Adrian Price. All Rights Reserved.