Package | Description |
---|---|
org.opennms.netmgt.flows.persistence.model |
Modifier and Type | Method and Description |
---|---|
static Direction |
Direction.forNumber(int value) |
Direction |
FlowDocumentOrBuilder.getDirection()
Direction of the flow (egress vs ingress)
|
Direction |
FlowDocument.getDirection()
Direction of the flow (egress vs ingress)
|
Direction |
FlowDocument.Builder.getDirection()
Direction of the flow (egress vs ingress)
|
static Direction |
Direction.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Direction |
Direction.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Direction |
Direction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Direction[] |
Direction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Direction> |
Direction.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
FlowDocument.Builder |
FlowDocument.Builder.setDirection(Direction value)
Direction of the flow (egress vs ingress)
|
Copyright © 2021. All rights reserved.