E - the type of the itempublic interface DataObject<E>
| Modifier and Type | Method and Description |
|---|---|
E |
getItem()
Get the item
|
<T> T |
getMeta(java.lang.Class<T> type)
Get the strongly typed meta data instance for the specified type.
|
MetaData |
getMetaData()
Get the meta data instance for the item
|
E getItem()
MetaData getMetaData()
<T> T getMeta(java.lang.Class<T> type)
T - The type of the meta datatype - The type of the meta data requiredCopyright © 2018 SAP SE. All Rights Reserved.