Package | Description |
---|---|
org.opennms.netmgt.config.discovery |
Modifier and Type | Method and Description |
---|---|
Specific[] |
DiscoveryConfiguration.getSpecific()
Method getSpecific.Returns the contents of the collection in
an Array.
|
Specific |
DiscoveryConfiguration.getSpecific(int index)
Method getSpecific.
|
Specific |
DiscoveryConfiguration.removeSpecificAt(int index)
Method removeSpecificAt.
|
static Specific |
Specific.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Specific> |
DiscoveryConfiguration.enumerateSpecific()
Method enumerateSpecific.
|
List<Specific> |
DiscoveryConfiguration.getSpecificCollection()
Method getSpecificCollection.Returns a reference to
'_specificList'.
|
Iterator<Specific> |
DiscoveryConfiguration.iterateSpecific()
Method iterateSpecific.
|
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.addSpecific(int index,
Specific vSpecific) |
void |
DiscoveryConfiguration.addSpecific(Specific vSpecific) |
boolean |
DiscoveryConfiguration.removeSpecific(Specific vSpecific)
Method removeSpecific.
|
void |
DiscoveryConfiguration.setSpecific(int index,
Specific vSpecific) |
void |
DiscoveryConfiguration.setSpecific(Specific[] vSpecificArray) |
Modifier and Type | Method and Description |
---|---|
void |
DiscoveryConfiguration.setSpecific(List<Specific> vSpecificList)
Sets the value of '_specificList' by copying the given
Vector.
|
void |
DiscoveryConfiguration.setSpecificCollection(List<Specific> specificList)
Deprecated.
|
Copyright © 2017. All rights reserved.