public interface Fields extends DocumentWorkerObject, Iterable<Field>
| Modifier and Type | Method and Description |
|---|---|
Field |
get(String fieldName)
Gets a field object for the specified field.
|
Document |
getDocument()
Returns the document that this collection of fields is associated with.
|
void |
reset()
Resets this collection of fields back to its original state, undoing any changes made to any of the fields in the collection.
|
Stream<Field> |
stream()
Returns a sequential
Stream with this field collection as its source. |
getApplicationforEach, iterator, spliterator@Nonnull Field get(String fieldName)
fieldName - the name of the field to access@Nonnull Document getDocument()
void reset()
Copyright © 2016–2022 EntIT Software LLC, a Micro Focus company. All rights reserved.