public enum MessagePath extends Enum<MessagePath> implements AugmentationPath
| Enum Constant and Description |
|---|
MESSAGE_NOTIFICATION
module: sal-experimenter-message.
|
MPMESSAGE_RPC_OUTPUT
module: sal-experimenter-mp-message.
|
| Modifier and Type | Method and Description |
|---|---|
org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> |
getInstanceIdentifier() |
static MessagePath |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MessagePath[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MessagePath MESSAGE_NOTIFICATION
module: sal-experimenter-message.
notifications:
+---n experimenter-message-from-dev
+--ro (experimenter-message-of-choice)?module: sal-flow
public static final MessagePath MPMESSAGE_RPC_OUTPUT
module: sal-experimenter-mp-message.
rpcs:
+---x send-experimenter-mp-request
+--ro output
+--ro (experimenter-message-of-choice)?notifications:
public static MessagePath[] values()
for (MessagePath c : MessagePath.values()) System.out.println(c);
public static MessagePath 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 final org.opendaylight.yangtools.yang.binding.InstanceIdentifier<Extension> getInstanceIdentifier()
getInstanceIdentifier in interface AugmentationPathCopyright © 2019 OpenDaylight. All rights reserved.