public class AbstractComponent<T> extends Object
Modifier and Type | Field and Description |
---|---|
protected PropertyChangeSupport |
propertyChangeSupport
Utility field used by bound properties.
|
protected VetoableChangeSupport |
vetoableChangeSupport
Utility field used by constrained properties.
|
Constructor and Description |
---|
AbstractComponent()
Creates a new instance of AbstractComponent
|
Modifier and Type | Method and Description |
---|---|
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.
|
protected PropertyChangeSupport propertyChangeSupport
protected VetoableChangeSupport vetoableChangeSupport
public AbstractComponent()
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.ProfileException
public String getDescription()
public void setDescription(String description) throws ProfileException
description
- New value of property description.ProfileException
public String getReference()
public void setReference(String reference) throws ProfileException
reference
- New value of property reference.ProfileException
public String getPredicate()
public void setPredicate(String predicate) throws ProfileException
predicate
- New value of property predicate.ProfileException
public DataValue getDataValues(int index)
index
- Index of the property.index
.public void setDataValues(int index, DataValue dataValue) throws ProfileException
index
- Index of the property.dataValue
- New value of the property at index
.ProfileException
public void setName(String name) throws ProfileException
name
- New value of property name.ProfileException
public void setUsage(String usage) throws ProfileException
usage
- New value of property usage.ProfileException
public String getDatatype()
public void setDatatype(String datatype) throws ProfileException
datatype
- New value of property datatype.ProfileException
public long getLength()
public void setLength(long length) throws ProfileException
length
- New value of property length.ProfileException
public String getConstantValue()
public void setConstantValue(String constantValue) throws ProfileException
constantValue
- New value of property constantValue.ProfileException
public void setTable(String table) throws ProfileException
table
- New value of property table.ProfileException
Copyright © 2001–2017 University Health Network. All rights reserved.