public static enum MatchFlow.LeafIdentifier extends Enum<MatchFlow.LeafIdentifier> implements org.onosproject.yang.model.LeafIdentifier
| Enum Constant and Description |
|---|
DOT1P
Represents dot1p.
|
DSCP
Represents dscp.
|
IPV4DSTPREFIX
Represents ipv4DstPrefix.
|
IPV4SRCPREFIX
Represents ipv4SrcPrefix.
|
IPV6DSTPREFIX
Represents ipv6DstPrefix.
|
IPV6SRCPREFIX
Represents ipv6SrcPrefix.
|
L4DSTPORT
Represents l4DstPort.
|
L4SRCPORT
Represents l4SrcPort.
|
PROTOCOLFIELD
Represents protocolField.
|
TOS
Represents tos.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getLeafIndex() |
static MatchFlow.LeafIdentifier |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MatchFlow.LeafIdentifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MatchFlow.LeafIdentifier DSCP
public static final MatchFlow.LeafIdentifier TOS
public static final MatchFlow.LeafIdentifier DOT1P
public static final MatchFlow.LeafIdentifier IPV4SRCPREFIX
public static final MatchFlow.LeafIdentifier IPV6SRCPREFIX
public static final MatchFlow.LeafIdentifier IPV4DSTPREFIX
public static final MatchFlow.LeafIdentifier IPV6DSTPREFIX
public static final MatchFlow.LeafIdentifier L4SRCPORT
public static final MatchFlow.LeafIdentifier L4DSTPORT
public static final MatchFlow.LeafIdentifier PROTOCOLFIELD
public static MatchFlow.LeafIdentifier[] values()
for (MatchFlow.LeafIdentifier c : MatchFlow.LeafIdentifier.values()) System.out.println(c);
public static MatchFlow.LeafIdentifier valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getLeafIndex()
Copyright © 2017. All rights reserved.