public class ExtensibleObject extends Object implements Extensible
| Constructor and Description |
|---|
ExtensibleObject() |
| Modifier and Type | Method and Description |
|---|---|
<E> E |
getExtension(Class<E> extensionType)
Gets the extension for this object corresponding to a specified extension
type.
|
public <E> E getExtension(Class<E> extensionType)
The default implementation is
return ExtensionManager.getInstance().getExtension(this, extensionType);
getExtension in interface ExtensibleextensionType - the extension type.ExtensionManagerCopyright © 2014–2017 European Space Agency (ESA). All rights reserved.