Package | Description |
---|---|
org.opennms.netmgt.config.translator |
Modifier and Type | Method and Description |
---|---|
Mapping[] |
Mappings.getMapping()
Method getMapping.Returns the contents of the collection in
an Array.
|
Mapping |
Mappings.getMapping(int index)
Method getMapping.
|
Mapping |
Mappings.removeMappingAt(int index)
Method removeMappingAt.
|
static Mapping |
Mapping.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Mapping> |
Mappings.enumerateMapping()
Method enumerateMapping.
|
List<Mapping> |
Mappings.getMappingCollection()
Method getMappingCollection.Returns a reference to
'_mappingList'.
|
Iterator<Mapping> |
Mappings.iterateMapping()
Method iterateMapping.
|
Modifier and Type | Method and Description |
---|---|
void |
Mappings.addMapping(int index,
Mapping vMapping) |
void |
Mappings.addMapping(Mapping vMapping) |
boolean |
Mappings.removeMapping(Mapping vMapping)
Method removeMapping.
|
void |
Mappings.setMapping(int index,
Mapping vMapping) |
void |
Mappings.setMapping(Mapping[] vMappingArray) |
Modifier and Type | Method and Description |
---|---|
void |
Mappings.setMapping(List<Mapping> vMappingList)
Sets the value of '_mappingList' by copying the given
Vector.
|
void |
Mappings.setMappingCollection(List<Mapping> mappingList)
Deprecated.
|
Copyright © 2017. All rights reserved.