ca.uhn.hl7v2.conf.spec.usecase
Class UseCase

java.lang.Object
  extended by ca.uhn.hl7v2.conf.spec.usecase.UseCase

public class UseCase
extends java.lang.Object

The use case portion of a conformance specification.

Author:
Bryan Tripp

Constructor Summary
UseCase()
          Creates a new instance of UseCase
 
Method Summary
 void addPropertyChangeListener(java.beans.PropertyChangeListener l)
          Adds a PropertyChangeListener to the listener list.
 void addVetoableChangeListener(java.beans.VetoableChangeListener l)
          Adds a VetoableChangeListener to the listener list.
 Actor getActor()
          Getter for property actor.
 DerivativeEvent getDerivativeEvent()
          Getter for property derivativeEvent.
 EventFlow getEventFlow()
          Getter for property eventFlow.
 PostCondition getPostCondition()
          Getter for property postCondition.
 PreCondition getPreCondition()
          Getter for property preCondition.
 void removePropertyChangeListener(java.beans.PropertyChangeListener l)
          Removes a PropertyChangeListener from the listener list.
 void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
          Removes a VetoableChangeListener from the listener list.
 void setActor(Actor actor)
          Setter for property actor.
 void setDerivativeEvent(DerivativeEvent derivativeEvent)
          Setter for property derivativeEvent.
 void setEventFlow(EventFlow eventFlow)
          Setter for property eventFlow.
 void setPostCondition(PostCondition postCondition)
          Setter for property postCondition.
 void setPreCondition(PreCondition preCondition)
          Setter for property preCondition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UseCase

public UseCase()
Creates a new instance of UseCase

Method Detail

addPropertyChangeListener

public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list.

Parameters:
l - The listener to add.

removePropertyChangeListener

public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list.

Parameters:
l - The listener to remove.

addVetoableChangeListener

public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list.

Parameters:
l - The listener to add.

removeVetoableChangeListener

public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list.

Parameters:
l - The listener to remove.

getActor

public Actor getActor()
Getter for property actor.

Returns:
Value of property actor.

setActor

public void setActor(Actor actor)
              throws java.beans.PropertyVetoException
Setter for property actor.

Parameters:
actor - New value of property actor.
Throws:
PropertyVetoException

getPreCondition

public PreCondition getPreCondition()
Getter for property preCondition.

Returns:
Value of property preCondition.

setPreCondition

public void setPreCondition(PreCondition preCondition)
                     throws java.beans.PropertyVetoException
Setter for property preCondition.

Parameters:
preCondition - New value of property preCondition.
Throws:
PropertyVetoException

getPostCondition

public PostCondition getPostCondition()
Getter for property postCondition.

Returns:
Value of property postCondition.

setPostCondition

public void setPostCondition(PostCondition postCondition)
                      throws java.beans.PropertyVetoException
Setter for property postCondition.

Parameters:
postCondition - New value of property postCondition.
Throws:
PropertyVetoException

getEventFlow

public EventFlow getEventFlow()
Getter for property eventFlow.

Returns:
Value of property eventFlow.

setEventFlow

public void setEventFlow(EventFlow eventFlow)
                  throws java.beans.PropertyVetoException
Setter for property eventFlow.

Parameters:
eventFlow - New value of property eventFlow.
Throws:
PropertyVetoException

getDerivativeEvent

public DerivativeEvent getDerivativeEvent()
Getter for property derivativeEvent.

Returns:
Value of property derivativeEvent.

setDerivativeEvent

public void setDerivativeEvent(DerivativeEvent derivativeEvent)
                        throws java.beans.PropertyVetoException
Setter for property derivativeEvent.

Parameters:
derivativeEvent - New value of property derivativeEvent.
Throws:
PropertyVetoException


Copyright © 2001-2011 University Health Network. All Rights Reserved.