Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.map.adapter |
Modifier and Type | Method and Description |
---|---|
Map<String,Csubmap> |
MapsAdapterConfigManager.getContainerMaps(String submapName)
getContainerMaps
|
Map<String,Csubmap> |
MapsAdapterConfig.getContainerMaps(String submapName)
getContainerMaps
|
Map<String,List<Csubmap>> |
MapsAdapterConfigManager.getsubMaps()
getsubMaps
|
Map<String,List<Csubmap>> |
MapsAdapterConfig.getsubMaps()
getsubMaps
|
List<Csubmap> |
MapsAdapterConfigManager.getSubMaps(String mapName)
getSubMaps
|
List<Csubmap> |
MapsAdapterConfig.getSubMaps(String mapName)
getSubMaps
|
Modifier and Type | Method and Description |
---|---|
Csubmap[] |
Cmap.getCsubmap()
Method getCsubmap.Returns the contents of the collection in
an Array.
|
Csubmap |
Cmap.getCsubmap(int index)
Method getCsubmap.
|
Csubmap |
Cmap.removeCsubmapAt(int index)
Method removeCsubmapAt.
|
static Csubmap |
Csubmap.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Csubmap> |
Cmap.enumerateCsubmap()
Method enumerateCsubmap.
|
List<Csubmap> |
Cmap.getCsubmapCollection()
Method getCsubmapCollection.Returns a reference to
'_csubmapList'.
|
Iterator<Csubmap> |
Cmap.iterateCsubmap()
Method iterateCsubmap.
|
Modifier and Type | Method and Description |
---|---|
void |
Cmap.addCsubmap(Csubmap vCsubmap) |
void |
Cmap.addCsubmap(int index,
Csubmap vCsubmap) |
boolean |
Cmap.removeCsubmap(Csubmap vCsubmap)
Method removeCsubmap.
|
void |
Cmap.setCsubmap(Csubmap[] vCsubmapArray) |
void |
Cmap.setCsubmap(int index,
Csubmap vCsubmap) |
Modifier and Type | Method and Description |
---|---|
void |
Cmap.setCsubmap(List<Csubmap> vCsubmapList)
Sets the value of '_csubmapList' by copying the given
Vector.
|
void |
Cmap.setCsubmapCollection(List<Csubmap> csubmapList)
Deprecated.
|
Copyright © 2015. All rights reserved.