-
- All Known Subinterfaces:
Detail,DetailTable.TableRow,MutableDetail,MutableDetailProperties
public interface DetailPropertiesKey-value properties- Author:
- Don Mendelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntegergetIntProperty(String key)Access a integer property by its keyCollection<Map.Entry<String,String>>getProperties()An unmodifiable Collection of key-value pairsStringgetProperty(String key)Access a property by its key
-
-
-
Method Detail
-
getIntProperty
Integer getIntProperty(String key)
Access a integer property by its key- Parameters:
key- key to the property- Returns:
- value of the property, or
nullif the property does not exist or is non-numeric
-
getProperties
Collection<Map.Entry<String,String>> getProperties()
An unmodifiable Collection of key-value pairs- Returns:
- a Collection of entries
-
-