|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.spec.usecase.UseCase
public class UseCase
The use case portion of a conformance specification.
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 |
---|
public UseCase()
Method Detail |
---|
public void addPropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to add.public void removePropertyChangeListener(java.beans.PropertyChangeListener l)
l
- The listener to remove.public void addVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to add.public void removeVetoableChangeListener(java.beans.VetoableChangeListener l)
l
- The listener to remove.public Actor getActor()
public void setActor(Actor actor) throws java.beans.PropertyVetoException
actor
- New value of property actor.
PropertyVetoException
public PreCondition getPreCondition()
public void setPreCondition(PreCondition preCondition) throws java.beans.PropertyVetoException
preCondition
- New value of property preCondition.
PropertyVetoException
public PostCondition getPostCondition()
public void setPostCondition(PostCondition postCondition) throws java.beans.PropertyVetoException
postCondition
- New value of property postCondition.
PropertyVetoException
public EventFlow getEventFlow()
public void setEventFlow(EventFlow eventFlow) throws java.beans.PropertyVetoException
eventFlow
- New value of property eventFlow.
PropertyVetoException
public DerivativeEvent getDerivativeEvent()
public void setDerivativeEvent(DerivativeEvent derivativeEvent) throws java.beans.PropertyVetoException
derivativeEvent
- New value of property derivativeEvent.
PropertyVetoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |