public interface IEntry
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getValue(java.lang.String propertyName)
Returns the value of a property with the given name.
|
java.util.List<java.lang.Object> |
getValues()
Returns a List of all property values of the entry.
|
java.lang.Object getValue(java.lang.String propertyName)
propertyName
- The requested property's name.null
if there is no such property.java.util.List<java.lang.Object> getValues()