public enum ArpReplyOrRequest extends Enum<ArpReplyOrRequest>
Modifier and Type | Method and Description |
---|---|
int |
calculateConsistentHashCode() |
int |
getArpOperation() |
String |
getName() |
static ArpReplyOrRequest |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ArpReplyOrRequest[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArpReplyOrRequest REQUEST
public static final ArpReplyOrRequest REPLY
public static ArpReplyOrRequest[] values()
for (ArpReplyOrRequest c : ArpReplyOrRequest.values()) System.out.println(c);
public static ArpReplyOrRequest 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 String getName()
public int getArpOperation()
public int calculateConsistentHashCode()
Copyright © 2019 OpenDaylight. All rights reserved.