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