Package | Description |
---|---|
org.opennms.netmgt.importer | |
org.opennms.netmgt.importer.config | |
org.opennms.netmgt.importer.specification |
Modifier and Type | Method and Description |
---|---|
void |
ImportAccountant.visitAsset(Asset asset)
visitAsset
|
Modifier and Type | Method and Description |
---|---|
Asset[] |
Node.getAsset()
Method getAsset.Returns the contents of the collection in an
Array.
|
Asset |
Node.getAsset(int index)
Method getAsset.
|
Asset |
Node.removeAssetAt(int index)
Method removeAssetAt.
|
static Asset |
Asset.unmarshal(Reader reader)
Method unmarshal.
|
Modifier and Type | Method and Description |
---|---|
Enumeration<Asset> |
Node.enumerateAsset()
Method enumerateAsset.
|
List<Asset> |
Node.getAssetCollection()
Method getAssetCollection.Returns a reference to
'_assetList'.
|
Iterator<Asset> |
Node.iterateAsset()
Method iterateAsset.
|
Modifier and Type | Method and Description |
---|---|
void |
Node.addAsset(Asset vAsset) |
void |
Node.addAsset(int index,
Asset vAsset) |
boolean |
Node.removeAsset(Asset vAsset)
Method removeAsset.
|
void |
Node.setAsset(Asset[] vAssetArray) |
void |
Node.setAsset(int index,
Asset vAsset) |
Modifier and Type | Method and Description |
---|---|
void |
Node.setAsset(List<Asset> vAssetList)
Sets the value of '_assetList' by copying the given Vector.
|
void |
Node.setAssetCollection(List<Asset> assetList)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
ImportVisitor.completeAsset(Asset asset)
completeAsset
|
void |
AbstractImportVisitor.completeAsset(Asset asset)
completeAsset
|
void |
ImportVisitor.visitAsset(Asset asset)
visitAsset
|
void |
AbstractImportVisitor.visitAsset(Asset asset)
visitAsset
|
Copyright © 2015. All Rights Reserved.