Interface DataObject
- All Superinterfaces:
BindingContract<DataContainer>
,BindingObject
,DataContainer
- All Known Subinterfaces:
Augmentation<T>
,ChildOf<P>
,EntryObject<T,
,K> RpcInput
,RpcOutput
- All Known Implementing Classes:
AbstractEntryObject
,AugmentableCodecDataObject
,CodecDataObject
Data container is an interface which has structured contents and can can as an interior node of a
DataContainer
.- Author:
- Tony Tkacik
-
Method Summary
Modifier and TypeMethodDescriptionClass
<? extends DataObject> Return the interface implemented by this object.
-
Method Details
-
implementedInterface
Class<? extends DataObject> implementedInterface()Description copied from interface:BindingContract
Return the interface implemented by this object. This method differs fromObject.getClass()
in that it returns the interface contract, not a concrete implementation class.- Specified by:
implementedInterface
in interfaceBindingContract<DataContainer>
- Returns:
- Implemented contract
-