| java.lang.Object | |
| ↳ | com.google.gdata.data.Kind.AdaptableHelper |
A simple helper class implementation of the Kind.Adaptable interface.
Classes that need to implement Adaptable can construct an
instance of this class and delegate to it.
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| adaptors | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Associates a new
Kind.Adaptor with this Adaptable instance. | |||||||||||
Returns a
Kind.Adaptor instance associated with this
Adaptable instance of the specified type, or {code null}
if none is available.. | |||||||||||
Returns the collection of
Kind.Adaptor instances associated with the
this Adaptable instance. | |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
From interface
com.google.gdata.data.Kind.Adaptable
| |||||||||||
Associates a new Kind.Adaptor with this Adaptable instance.
| adaptor |
|---|
Returns a Kind.Adaptor instance associated with this
Adaptable instance of the specified type, or {code null}
if none is available..
| adaptorClass |
|---|
Returns the collection of Kind.Adaptor instances associated with the
this Adaptable instance.