Uses of Class
org.opennms.netmgt.flows.persistence.model.Direction
-
Packages that use Direction Package Description org.opennms.netmgt.flows.persistence.model -
-
Uses of Direction in org.opennms.netmgt.flows.persistence.model
Methods in org.opennms.netmgt.flows.persistence.model that return Direction Modifier and Type Method Description static Direction
Direction. forNumber(int value)
Direction
FlowDocument.Builder. getDirection()
Direction of the flow (egress vs ingress)Direction
FlowDocument. getDirection()
Direction of the flow (egress vs ingress)Direction
FlowDocumentOrBuilder. getDirection()
Direction of the flow (egress vs ingress)static Direction
Direction. valueOf(int value)
Deprecated.static Direction
Direction. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in org.opennms.netmgt.flows.persistence.model that return types with arguments of type Direction Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Direction>
Direction. internalGetValueMap()
Methods in org.opennms.netmgt.flows.persistence.model with parameters of type Direction Modifier and Type Method Description FlowDocument.Builder
FlowDocument.Builder. setDirection(Direction value)
Direction of the flow (egress vs ingress)
-