|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.uhn.hl7v2.conf.spec.message.AbstractComponent
public class AbstractComponent
An abstraction of the common features of Field, Component, and SubComponent.
| Field Summary | |
|---|---|
protected PropertyChangeSupport |
propertyChangeSupport
Utility field used by bound properties. |
protected VetoableChangeSupport |
vetoableChangeSupport
Utility field used by constrained properties. |
| Constructor Summary | |
|---|---|
AbstractComponent()
Creates a new instance of AbstractComponent |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener l)
Adds a PropertyChangeListener to the listener list. |
void |
addVetoableChangeListener(VetoableChangeListener l)
Adds a VetoableChangeListener to the listener list. |
String |
getConstantValue()
Getter for property constantValue. |
String |
getDatatype()
Getter for property datatype. |
DataValue |
getDataValues(int index)
Indexed getter for property dataValues. |
String |
getDescription()
Getter for property description. |
String |
getImpNote()
Getter for property impNote. |
long |
getLength()
Getter for property length. |
String |
getName()
Getter for property name. |
String |
getPredicate()
Getter for property predicate. |
String |
getReference()
Getter for property reference. |
String |
getTable()
Getter for property table. |
String |
getUsage()
Getter for property usage. |
void |
removePropertyChangeListener(PropertyChangeListener l)
Removes a PropertyChangeListener from the listener list. |
void |
removeVetoableChangeListener(VetoableChangeListener l)
Removes a VetoableChangeListener from the listener list. |
void |
setConstantValue(String constantValue)
Setter for property constantValue. |
void |
setDatatype(String datatype)
Setter for property datatype. |
void |
setDataValues(int index,
DataValue dataValue)
Indexed setter for property dataValues. |
void |
setDescription(String description)
Setter for property description. |
void |
setImpNote(String impNote)
Setter for property impNote. |
void |
setLength(long length)
Setter for property length. |
void |
setName(String name)
Setter for property name. |
void |
setPredicate(String predicate)
Setter for property predicate. |
void |
setReference(String reference)
Setter for property reference. |
void |
setTable(String table)
Setter for property table. |
void |
setUsage(String usage)
Setter for property usage. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected PropertyChangeSupport propertyChangeSupport
protected VetoableChangeSupport vetoableChangeSupport
| Constructor Detail |
|---|
public AbstractComponent()
| 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 String getImpNote()
public void setImpNote(String impNote)
throws ProfileException
impNote - New value of property impNote.
ProfileExceptionpublic String getDescription()
public void setDescription(String description)
throws ProfileException
description - New value of property description.
ProfileExceptionpublic String getReference()
public void setReference(String reference)
throws ProfileException
reference - New value of property reference.
ProfileExceptionpublic String getPredicate()
public void setPredicate(String predicate)
throws ProfileException
predicate - New value of property predicate.
ProfileExceptionpublic DataValue getDataValues(int index)
index - Index of the property.
index.
public void setDataValues(int index,
DataValue dataValue)
throws ProfileException
index - Index of the property.dataValues - New value of the property at index.
ProfileExceptionpublic String getName()
public void setName(String name)
throws ProfileException
name - New value of property name.
ProfileExceptionpublic String getUsage()
public void setUsage(String usage)
throws ProfileException
usage - New value of property usage.
ProfileExceptionpublic String getDatatype()
public void setDatatype(String datatype)
throws ProfileException
datatype - New value of property datatype.
ProfileExceptionpublic long getLength()
public void setLength(long length)
throws ProfileException
length - New value of property length.
ProfileExceptionpublic String getConstantValue()
public void setConstantValue(String constantValue)
throws ProfileException
constantValue - New value of property constantValue.
ProfileExceptionpublic String getTable()
public void setTable(String table)
throws ProfileException
table - New value of property table.
ProfileException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||