|
||||||||||
| 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(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(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(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(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(PropertyChangeListener l)
l - The listener to add.public void removePropertyChangeListener(PropertyChangeListener l)
l - The listener to remove.public void addVetoableChangeListener(VetoableChangeListener l)
l - The listener to add.public void removeVetoableChangeListener(VetoableChangeListener l)
l - The listener to remove.public Actor getActor()
public void setActor(Actor actor)
throws PropertyVetoException
actor - New value of property actor.
PropertyVetoExceptionpublic PreCondition getPreCondition()
public void setPreCondition(PreCondition preCondition)
throws PropertyVetoException
preCondition - New value of property preCondition.
PropertyVetoExceptionpublic PostCondition getPostCondition()
public void setPostCondition(PostCondition postCondition)
throws PropertyVetoException
postCondition - New value of property postCondition.
PropertyVetoExceptionpublic EventFlow getEventFlow()
public void setEventFlow(EventFlow eventFlow)
throws PropertyVetoException
eventFlow - New value of property eventFlow.
PropertyVetoExceptionpublic DerivativeEvent getDerivativeEvent()
public void setDerivativeEvent(DerivativeEvent derivativeEvent)
throws PropertyVetoException
derivativeEvent - New value of property derivativeEvent.
PropertyVetoException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||