Package | Description |
---|---|
org.opennms.netmgt.correlation.ncs | |
org.opennms.netmgt.model.ncs |
This file is part of OpenNMS(R).
|
org.opennms.netmgt.ncs.persistence |
Modifier and Type | Method and Description |
---|---|
NCSComponent.DependencyRequirements |
Component.getDependenciesRequired() |
Modifier and Type | Method and Description |
---|---|
void |
Component.setDependenciesRequired(NCSComponent.DependencyRequirements dependenciesRequired) |
Constructor and Description |
---|
Component(long id,
String type,
String name,
String foreignSource,
String foreignId,
NCSComponent.DependencyRequirements dependenciesRequired) |
Modifier and Type | Method and Description |
---|---|
NCSComponent.DependencyRequirements |
NCSComponent.getDependenciesRequired() |
static NCSComponent.DependencyRequirements |
NCSComponent.DependencyRequirements.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NCSComponent.DependencyRequirements[] |
NCSComponent.DependencyRequirements.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
NCSBuilder |
NCSBuilder.setDependenciesRequired(NCSComponent.DependencyRequirements requirements) |
void |
NCSComponent.setDependenciesRequired(NCSComponent.DependencyRequirements dependenciesRequired) |
Modifier and Type | Method and Description |
---|---|
NCSComponent.DependencyRequirements |
ComponentIdentifier.getDependencyRequirements() |
Constructor and Description |
---|
ComponentIdentifier(Long id,
String type,
String foreignSource,
String foreignId,
String name,
NCSComponent.DependencyRequirements requirements) |
Copyright © 2019. All rights reserved.