|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.infonode.properties.propertymap.PropertyMapContainer
public class PropertyMapContainer
Base class for property classes that use a PropertyMap
.
Field Summary | |
---|---|
private PropertyMap |
map
|
Constructor Summary | |
---|---|
PropertyMapContainer(PropertyMap map)
Constructor. |
|
PropertyMapContainer(PropertyMapGroup propertyMapGroup)
Constructor. |
Method Summary | |
---|---|
PropertyMap |
getMap()
Returns the property map. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private PropertyMap map
Constructor Detail |
---|
public PropertyMapContainer(PropertyMapGroup propertyMapGroup)
propertyMapGroup
- the property map grouppublic PropertyMapContainer(PropertyMap map)
map
- the property mapMethod Detail |
---|
public PropertyMap getMap()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |