Enum Class MatchPath
- All Implemented Interfaces:
Serializable
,Comparable<MatchPath>
,Constable
,AugmentationPath
Enumerates the match paths.
- Author:
- msunal
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionopenflowplugin-extension-general.yang.openflowplugin-extension-general.yang.openflowplugin-extension-general.yang.openflowplugin-extension-general.yang.openflowplugin-extension-general.yang. -
Method Summary
Modifier and TypeMethodDescriptionfinal org.opendaylight.yangtools.yang.binding.InstanceIdentifier
<Extension> static MatchPath
Returns the enum constant of this class with the specified name.static MatchPath[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
SWITCH_FLOW_REMOVED_MATCH
openflowplugin-extension-general.yang.module: sal-flow notifications: +---n switch-flow-removed | +--ro match
-
PACKET_RECEIVED_MATCH
openflowplugin-extension-general.yang.module: packet-processing notifications: +---n packet-received +--ro match
-
PACKET_IN_MESSAGE_MATCH
openflowplugin-extension-general.yang.module: packet-processing container: +---n packet-in-message +--ro match
-
FLOWS_STATISTICS_UPDATE_MATCH
openflowplugin-extension-general.yang.module: opendaylight-flow-statistics notifications: +---n flows-statistics-update | +--ro flow-and-statistics-map-list* [flow-id] | | +--ro match
-
FLOWS_STATISTICS_RPC_MATCH
openflowplugin-extension-general.yang.module: opendaylight-direct-statistics rpc: +---n get-flow-statistics | +--ro flow-and-statistics-map-list* [flow-id] | | +--ro match
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getInstanceIdentifier
public final org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> getInstanceIdentifier()- Specified by:
getInstanceIdentifier
in interfaceAugmentationPath
-