Package | Description |
---|---|
org.opennms.netmgt.config.translator |
This file is part of OpenNMS(R).
|
Modifier and Type | Method and Description |
---|---|
EventTranslationSpec[] |
Translation.getEventTranslationSpec()
Method getEventTranslationSpec.Returns the contents of the collection in an
Array.
|
EventTranslationSpec |
Translation.getEventTranslationSpec(int index)
Method getEventTranslationSpec.
|
EventTranslationSpec |
Translation.removeEventTranslationSpecAt(int index)
Method removeEventTranslationSpecAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<EventTranslationSpec> |
Translation.enumerateEventTranslationSpec()
Method enumerateEventTranslationSpec.
|
List<EventTranslationSpec> |
Translation.getEventTranslationSpecCollection()
Method getEventTranslationSpecCollection.Returns a reference to
'eventTranslationSpecList'.
|
Iterator<EventTranslationSpec> |
Translation.iterateEventTranslationSpec()
Method iterateEventTranslationSpec.
|
Modifier and Type | Method and Description |
---|---|
void |
Translation.addEventTranslationSpec(EventTranslationSpec vEventTranslationSpec) |
void |
Translation.addEventTranslationSpec(int index,
EventTranslationSpec vEventTranslationSpec) |
boolean |
Translation.removeEventTranslationSpec(EventTranslationSpec vEventTranslationSpec)
Method removeEventTranslationSpec.
|
void |
Translation.setEventTranslationSpec(EventTranslationSpec[] vEventTranslationSpecArray) |
void |
Translation.setEventTranslationSpec(int index,
EventTranslationSpec vEventTranslationSpec) |
Modifier and Type | Method and Description |
---|---|
void |
Translation.setEventTranslationSpec(List<EventTranslationSpec> vEventTranslationSpecList)
Sets the value of 'eventTranslationSpecList' by copying the given Vector.
|
void |
Translation.setEventTranslationSpecCollection(List<EventTranslationSpec> eventTranslationSpecList)
Deprecated.
|
Copyright © 2017. All rights reserved.