It is quite similiar to a DBObject.
Public Member Functions | |
| Record () | |
| Vector | get (String name) |
| Returns a list of values associated with the given attribute. | |
| Vector | get (IgnoreCaseString name) |
| Returns a list of values associated with the given attribute. | |
| void | set (String name, Vector vals) |
| Associates the given list of values with the given attribute name. | |
| void | set (IgnoreCaseString name, Vector vals) |
| Associates the given list of values with the given attribute name. | |
| void | add (String name, String value) |
| Adds a value to the list of values associated with an attribute. | |
| void | remove (String name) |
| Removes an attribute and its associated values. | |
| Enumeration | getAttributes () |
| Returns an Enumeration of attribute names known to this Record. | |
Static Public Member Functions | |
| static Vector | split (String str) |
| Splits a string into multiple substrings. | |
|
|
|
|
||||||||||||
|
Adds a value to the list of values associated with an attribute.
|
|
|
Returns a list of values associated with the given attribute.
|
|
|
Returns a list of values associated with the given attribute.
|
|
|
Returns an Enumeration of attribute names known to this Record.
|
|
|
Removes an attribute and its associated values.
|
|
||||||||||||
|
Associates the given list of values with the given attribute name.
|
|
||||||||||||
|
Associates the given list of values with the given attribute name.
|
|
|
Splits a string into multiple substrings. The separator character is ';'. |
1.4.5