Package | Description |
---|---|
org.opennms.netmgt.config | |
org.opennms.netmgt.config.map.adapter |
Modifier and Type | Method and Description |
---|---|
List<Cmap> |
MapsAdapterConfigManager.getAllMaps()
getAllMaps
|
List<Cmap> |
MapsAdapterConfig.getAllMaps()
getAllMaps
|
Modifier and Type | Method and Description |
---|---|
Cmap[] |
Cmaps.getCmap()
Method getCmap.Returns the contents of the collection in an
Array.
|
Cmap |
Cmaps.getCmap(int index)
Method getCmap.
|
Cmap |
Cmaps.removeCmapAt(int index)
Method removeCmapAt.
|
static Cmap |
Cmap.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Cmap> |
Cmaps.enumerateCmap()
Method enumerateCmap.
|
List<Cmap> |
Cmaps.getCmapCollection()
Method getCmapCollection.Returns a reference to '_cmapList'.
|
Iterator<Cmap> |
Cmaps.iterateCmap()
Method iterateCmap.
|
Modifier and Type | Method and Description |
---|---|
void |
Cmaps.addCmap(Cmap vCmap) |
void |
Cmaps.addCmap(int index,
Cmap vCmap) |
boolean |
Cmaps.removeCmap(Cmap vCmap)
Method removeCmap.
|
void |
Cmaps.setCmap(Cmap[] vCmapArray) |
void |
Cmaps.setCmap(int index,
Cmap vCmap) |
Modifier and Type | Method and Description |
---|---|
void |
Cmaps.setCmap(List<Cmap> vCmapList)
Sets the value of '_cmapList' by copying the given Vector.
|
void |
Cmaps.setCmapCollection(List<Cmap> cmapList)
Deprecated.
|
Copyright © 2015. All rights reserved.