public interface ILcdISO19103Record
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration |
getNames()
All the keys used in this record.
|
java.lang.Object |
getValue(java.lang.String aName)
The value corresponding to one key.
|
java.util.Enumeration getNames()
java.lang.Object getValue(java.lang.String aName)
aName
- the name of a key.