| Package | Description |
|---|---|
| com.h3c.sdn.tvue |
Topology viewer API & domain model definitions.
|
| Modifier and Type | Method and Description |
|---|---|
static FlowField |
FlowField.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FlowField[] |
FlowField.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<FlowField> |
Flow.fields()
Returns all fields of the flow descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
<T> MutableFlow |
MutableFlow.clear(FlowField field)
Clears the specified field from the flow descriptor.
|
<T> T |
Flow.get(FlowField field,
Class<T> type)
Returns the value of the specified field of the flow descriptor.
|
<T> MutableFlow |
MutableFlow.set(FlowField field,
T value)
Sets the specified field value of the flow descriptor.
|
Copyright © 2014. All Rights Reserved.