|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Interface for a typed updateable map of objects.
Ideally, the keys and values in the map should be immutable. (In fact mutable keys are a really bad idea.) When this is not possible, if you update a key or value which is in the map, the firePropertyValueChanged() method should be called to send out the correct events.
Nested Class Summary |
Nested classes inherited from class org.joda.property.Property |
Property.Internal |
Method Summary | |
java.lang.String |
toDataString(java.lang.Object key)
Get the element at the specified key as a formal string |
Methods inherited from interface org.joda.property.type.MapProperty |
getMapKeyType, toMap |
Methods inherited from interface org.joda.property.Property |
addPropertyChangeListener, bean, equals, equalsValue, firePropertyChange, getContentName, getContentType, getPropertyName, getPropertyType, hashCode, isModifiable, isNull, isReadOnly, removePropertyChangeListener, set, setModifiable, setReadOnly, toObject, toString |
Methods inherited from interface org.joda.property.ModelElement |
getAttribute, getAttributeCount, getAttributeMap, setAttribute |
Methods inherited from interface java.util.Map |
clear, containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, put, putAll, remove, size, values |
Method Detail |
public java.lang.String toDataString(java.lang.Object key)
key
- the element to obtain
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |