| java.lang.Object org.obe.util.AbstractBean org.obe.xpdl.model.misc.AbstractWFElement
All known Subclasses: org.obe.xpdl.model.participant.Participant, org.obe.xpdl.model.application.Application, org.obe.xpdl.model.data.TypeDeclaration, org.obe.xpdl.model.misc.ResourceContainer, org.obe.xpdl.model.data.DataField, org.obe.xpdl.model.activity.Activity, org.obe.xpdl.model.transition.Transition,
AbstractWFElement | public class AbstractWFElement extends AbstractBean (Code) | | Abstract implementation of the WFElement interface which implements base
functionality used by all WFElement implementations. This class is not
threadsafe.
author: Adrian Price |
AbstractWFElement | protected AbstractWFElement()(Code) | | |
AbstractWFElement | protected AbstractWFElement(String[] indexedPropertyNames, Object[] initalValues)(Code) | | |
AbstractWFElement | protected AbstractWFElement(String id, String name)(Code) | | Constructs a new AbstractWFElement.
Parameters: id - The element ID Parameters: name - The element name |
hashCode | final public int hashCode()(Code) | | |
setDescription | final public void setDescription(String description)(Code) | | |
Methods inherited from org.obe.util.AbstractBean | final protected Object add(int propertyIndex, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void addPropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void addPropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void addVetoableChangeListener(VetoableChangeListener listener)(Code)(Java Doc) final public void addVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final public void clear(String propertyName) throws PropertyVetoException(Code)(Java Doc) final protected void firePropertyChange(PropertyChangeEvent evt)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, Object oldValue, Object newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, int oldValue, int newValue)(Code)(Java Doc) final protected void firePropertyChange(String propertyName, boolean oldValue, boolean newValue)(Code)(Java Doc) final protected void fireVetoableChange(PropertyChangeEvent evt) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, Object oldValue, Object newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, int oldValue, int newValue) throws PropertyVetoException(Code)(Java Doc) final protected void fireVetoableChange(String propertyName, boolean oldValue, boolean newValue) throws PropertyVetoException(Code)(Java Doc) final protected Object get(int propertyIndex)(Code)(Java Doc) final protected Object get(int propertyIndex, int index)(Code)(Java Doc) final public BeanContext getBeanContext()(Code)(Java Doc) final public ListModel getListModel(String propertyName)(Code)(Java Doc) final protected boolean hasChangeListeners(String propertyName)(Code)(Java Doc) final protected boolean hasVetoListeners(String propertyName)(Code)(Java Doc) final protected Object remove(int propertyIndex, Object elem) throws PropertyVetoException(Code)(Java Doc) final public void removePropertyChangeListener(PropertyChangeListener listener)(Code)(Java Doc) final public void removePropertyChangeListener(String name, PropertyChangeListener pcl)(Code)(Java Doc) final public void removeVetoableChangeListener(VetoableChangeListener vcl)(Code)(Java Doc) final public void removeVetoableChangeListener(String name, VetoableChangeListener vcl)(Code)(Java Doc) final protected void set(int propertyIndex, Object array) throws PropertyVetoException(Code)(Java Doc) final protected void set(int propertyIndex, int index, Object newValue) throws PropertyVetoException(Code)(Java Doc) final public void setBeanContext(BeanContext bc) throws PropertyVetoException(Code)(Java Doc)
|
|
|