|
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 beans.
Nested Class Summary |
Nested classes inherited from class org.joda.property.Property |
Property.Internal |
Method Summary | |
Bean |
getBean(java.lang.Object key)
Get the element at the specified key as a formal string |
Bean |
putNew(java.lang.Object key)
Get the list underlying the property. |
Bean |
putNew(java.lang.Object key,
java.lang.Class intface)
Get the list underlying the property. |
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 |
Methods inherited from interface org.joda.property.type.LinkingProperty |
getBeanList |
Method Detail |
public Bean getBean(java.lang.Object key)
key
- the element to obtain
public Bean putNew(java.lang.Object key)
key
- the key to set the new bean at
public Bean putNew(java.lang.Object key, java.lang.Class intface)
key
- the key to set the new bean atintface
- the bean interface to create
|
Joda System API | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |