org.openflow.protocol
Enum OFIPV6ExtensionHeaderFlag

java.lang.Object
  extended by java.lang.Enum<OFIPV6ExtensionHeaderFlag>
      extended by org.openflow.protocol.OFIPV6ExtensionHeaderFlag
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<OFIPV6ExtensionHeaderFlag>

public enum OFIPV6ExtensionHeaderFlag
extends java.lang.Enum<OFIPV6ExtensionHeaderFlag>


Enum Constant Summary
OFPIEH_AUTH
           
OFPIEH_DEST
           
OFPIEH_ESP
           
OFPIEH_FRAG
           
OFPIEH_HOP
           
OFPIEH_NONEXT
           
OFPIEH_ROUTER
           
OFPIEH_UNREP
           
OFPIEH_UNSEQ
           
 
Field Summary
protected  short value
           
 
Method Summary
 short getValue()
           
static OFIPV6ExtensionHeaderFlag valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static OFIPV6ExtensionHeaderFlag[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

OFPIEH_NONEXT

public static final OFIPV6ExtensionHeaderFlag OFPIEH_NONEXT

OFPIEH_ESP

public static final OFIPV6ExtensionHeaderFlag OFPIEH_ESP

OFPIEH_AUTH

public static final OFIPV6ExtensionHeaderFlag OFPIEH_AUTH

OFPIEH_DEST

public static final OFIPV6ExtensionHeaderFlag OFPIEH_DEST

OFPIEH_FRAG

public static final OFIPV6ExtensionHeaderFlag OFPIEH_FRAG

OFPIEH_ROUTER

public static final OFIPV6ExtensionHeaderFlag OFPIEH_ROUTER

OFPIEH_HOP

public static final OFIPV6ExtensionHeaderFlag OFPIEH_HOP

OFPIEH_UNREP

public static final OFIPV6ExtensionHeaderFlag OFPIEH_UNREP

OFPIEH_UNSEQ

public static final OFIPV6ExtensionHeaderFlag OFPIEH_UNSEQ
Field Detail

value

protected short value
Method Detail

values

public static OFIPV6ExtensionHeaderFlag[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (OFIPV6ExtensionHeaderFlag c : OFIPV6ExtensionHeaderFlag.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static OFIPV6ExtensionHeaderFlag valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException - if this enum type has no constant with the specified name
java.lang.NullPointerException - if the argument is null

getValue

public short getValue()
Returns:
the value