public class DomCollectionWrapper<T> extends DomWrapper<T>
| Constructor and Description |
|---|
DomCollectionWrapper(DomElement domElement,
DomCollectionChildDescription childDescription) |
DomCollectionWrapper(DomElement domElement,
DomCollectionChildDescription childDescription,
java.lang.reflect.Method setter,
java.lang.reflect.Method getter) |
| Modifier and Type | Method and Description |
|---|---|
DomElement |
getExistingDomElement() |
T |
getValue() |
DomElement |
getWrappedElement() |
void |
setValue(T value) |
getFile, getProject, getResolveScope, isValidpublic DomCollectionWrapper(DomElement domElement, DomCollectionChildDescription childDescription)
public DomCollectionWrapper(DomElement domElement, DomCollectionChildDescription childDescription, java.lang.reflect.Method setter, java.lang.reflect.Method getter)
public DomElement getExistingDomElement()
getExistingDomElement in class DomWrapper<T>public DomElement getWrappedElement()
getWrappedElement in class DomWrapper<T>public void setValue(T value) throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
setValue in class DomWrapper<T>java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetExceptionpublic T getValue() throws java.lang.IllegalAccessException, java.lang.reflect.InvocationTargetException
getValue in class DomWrapper<T>java.lang.IllegalAccessExceptionjava.lang.reflect.InvocationTargetException