|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Record
Model for representing record objects. This class unifies disparate underlying record formats into a single interface.
| Method Summary | |
|---|---|
Assignments |
getAssignments(java.lang.String attributeKey)
Retrieves a list of attributes for the given key. |
java.util.Set<java.lang.String> |
getAttributeKeys()
|
RecordSpec |
getRecordSpec()
Get the record specification. |
| Method Detail |
|---|
RecordSpec getRecordSpec()
java.util.Set<java.lang.String> getAttributeKeys()
Assignments getAssignments(java.lang.String attributeKey)
attributeKey - The name of the attribute for the assignments to be returned.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||