E
- Any type XMLBeam can work with.public interface XBAutoValue<E> extends Iterable<E>
XBAutoValueinstead ofautoValue; for (String string : autoValue) { System.out.println(string); }
XBAutoValueautoValue; if (autoValue.isPresent) { String string = autoValue.get(); System.out.println(string); }
Modifier and Type | Method and Description |
---|---|
E |
get()
Getter for value of bound element.
|
String |
getName()
Getter for name of element or attribute this value is bound to
|
boolean |
isPresent() |
Iterator<E> |
iterator() |
E |
remove()
Deletes value
|
XBAutoValue<E> |
rename(String string)
Rename the element or attribute containing the value.
|
E |
set(E value)
Setter for value of bound
|
forEach, spliterator
E get()
E remove()
boolean isPresent()
Iterator<E> iterator()
iterator
in interface Iterable<E>
Iterable.iterator()
XBAutoValue<E> rename(String string)
string
- String getName()
Copyright © 2012-12-21-2017. All Rights Reserved.