|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MetaDataProvider
Interface for marking objects which can return MetaData instances for data objects.
Method Summary | |
---|---|
int |
getFieldCount()
|
java.lang.String[] |
getFieldNames()
Note: if the type for id is changed to Object type this will have to change to returning Object[]. |
MetaData[] |
getMetaData()
convenience to return all MetaData. |
MetaData |
getMetaData(java.lang.String dataID)
Note: String will likely be converted to type Object for the ID |
Method Detail |
---|
java.lang.String[] getFieldNames()
int getFieldCount()
MetaData getMetaData(java.lang.String dataID)
dataID
- String containing the id of the data object
MetaData[] getMetaData()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |