Package | Description |
---|---|
org.opennms.netmgt.config.rrd |
Modifier and Type | Method and Description |
---|---|
Def[] |
Datasources.getDef()
Method getDef.Returns the contents of the collection in an
Array.
|
Def |
Datasources.getDef(int index)
Method getDef.
|
Def |
Datasources.removeDefAt(int index)
Method removeDefAt.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Def> |
Datasources.enumerateDef()
Method enumerateDef.
|
List<Def> |
Datasources.getDefCollection()
Method getDefCollection.Returns a reference to '_defList'.
|
Iterator<Def> |
Datasources.iterateDef()
Method iterateDef.
|
Modifier and Type | Method and Description |
---|---|
void |
Datasources.addDef(Def vDef) |
void |
Datasources.addDef(int index,
Def vDef) |
boolean |
Datasources.removeDef(Def vDef)
Method removeDef.
|
void |
Datasources.setDef(Def[] vDefArray) |
void |
Datasources.setDef(int index,
Def vDef) |
Modifier and Type | Method and Description |
---|---|
void |
Datasources.setDef(List<Def> vDefList)
Sets the value of '_defList' by copying the given Vector.
|
void |
Datasources.setDefCollection(List<Def> defList)
Deprecated.
|
Copyright © 2017. All rights reserved.