public abstract class AbstractWrappable<E> extends AbstractBaseBean
| Constructor and Description |
|---|
AbstractWrappable() |
| Modifier and Type | Method and Description |
|---|---|
E |
getElement() |
static <E,T extends AbstractWrappable<E>> |
getInstance(Class<T> reference,
E element) |
void |
setElement(E element) |
equals, hashCode, toStringpublic static <E,T extends AbstractWrappable<E>> T getInstance(Class<T> reference, E element)
public E getElement()
public void setElement(E element)
Copyright © 2010–2018 The Apache Software Foundation. All rights reserved.