pivot.wtkx
Interface Bindable.ObjectHierarchy

All Known Implementing Classes:
WTKXSerializer
Enclosing class:
Bindable

public static interface Bindable.ObjectHierarchy

Interface denoting a WTKX object hierarchy to which we can bind values.

Author:
tvolkert

Method Summary
<T> T
getObjectByID(String id)
          Gets a named object by its ID.
<T> T
getRootObject()
          Gets the root of the object hierarchy.
 

Method Detail

getRootObject

<T> T getRootObject()
Gets the root of the object hierarchy.


getObjectByID

<T> T getObjectByID(String id)
Gets a named object by its ID.