|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectca.uhn.hl7v2.conf.spec.usecase.AbstractUseCaseComponent
public class AbstractUseCaseComponent
An abstraction of the parts of a use case (eg EventFlow), all of which have a name and a body.
Constructor Summary | |
---|---|
AbstractUseCaseComponent()
Creates a new instance of AbstractUseCaseComponent |
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. |
java.lang.String |
getBody()
Getter for property body. |
java.lang.String |
getName()
Getter for property name. |
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 |
setBody(java.lang.String body)
Setter for property body. |
void |
setName(java.lang.String name)
Setter for property name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractUseCaseComponent()
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 java.lang.String getName()
public void setName(java.lang.String name) throws java.beans.PropertyVetoException
name
- New value of property name.
PropertyVetoException
public java.lang.String getBody()
public void setBody(java.lang.String body) throws java.beans.PropertyVetoException
body
- New value of property body.
PropertyVetoException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |