public interface DataElement extends java.lang.Comparable<DataElement>
Modified by: Joseph A. Huwaldt
Modifier and Type | Field and Description |
---|---|
static java.util.ResourceBundle |
RESOURCES
The resource bundle for this package.
|
Modifier and Type | Method and Description |
---|---|
java.lang.CharSequence |
getName()
Return the name of this data element.
|
java.lang.Object |
getUserObject()
Return any user defined object associated with this data element.
|
void |
setName(java.lang.CharSequence newName)
Change the name of this data element to the specified name.
|
void |
setUserObject(java.lang.Object data)
Set the user defined object associated with this data element.
|
static final java.util.ResourceBundle RESOURCES
java.lang.CharSequence getName()
void setName(java.lang.CharSequence newName)
java.lang.Object getUserObject()
void setUserObject(java.lang.Object data)