public interface MetadataAware
Interface to be implemented by database objects that wish to be aware of their meta data.
| Modifier and Type | Method and Description |
|---|---|
Attributes |
getAttributes()
Returns the meta data attributes of an object.
|
void |
setAttributes(Attributes attributes)
Sets new meta data attributes.
|
Attributes getAttributes()
Returns the meta data attributes of an object.
void setAttributes(Attributes attributes)
Sets new meta data attributes.
attributes - new meta data attributes.