public interface ItemEvent
| Modifier and Type | Method and Description | 
|---|---|
Iterator<String> | 
getNames()
Returns an Iterator to browse the names of the supplied Fields, expressed as String. 
 | 
Object | 
getValue(String name)
Returns the value of a named Field (null is a legal value too). 
 | 
@Nonnull Iterator<String> getNames()
@Nullable Object getValue(@Nonnull String name)
name - A Field name.Copyright © 2021. All rights reserved.