public enum InterfaceOperStatus extends Enum<InterfaceOperStatus> implements Enumeration
| Modifier and Type | Class and Description |
|---|---|
static class |
InterfaceOperStatus.Builder |
| Enum Constant and Description |
|---|
Dormant |
Down |
LowerLayerDown |
NotPresent |
Testing |
Unknown |
Up |
| Modifier and Type | Field and Description |
|---|---|
static EnumSet<InterfaceOperStatus> |
ALL |
static EnumSet<InterfaceOperStatus> |
NONE |
static EnumerationSpecification |
SPECIFICATION |
| Modifier and Type | Method and Description |
|---|---|
static InterfaceOperStatus.Builder |
builder() |
static UnsignedInteger |
getMask(Collection<InterfaceOperStatus> list) |
static UnsignedInteger |
getMask(InterfaceOperStatus... list) |
static EnumSet<InterfaceOperStatus> |
getSet(int mask) |
static EnumSet<InterfaceOperStatus> |
getSet(UnsignedInteger mask) |
int |
getValue()
Return the integer value of this enumeration value.
|
EnumerationSpecification |
specification()
Returns the specification of the
Enumeration. |
InterfaceOperStatus.Builder |
toBuilder()
Returns a builder which can be used to make other instances of the
Enumeration. |
static InterfaceOperStatus |
valueOf(int value) |
static InterfaceOperStatus[] |
valueOf(int[] value) |
static InterfaceOperStatus |
valueOf(Integer value) |
static InterfaceOperStatus[] |
valueOf(Integer[] value) |
static InterfaceOperStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InterfaceOperStatus |
valueOf(UnsignedInteger value) |
static InterfaceOperStatus[] |
valueOf(UnsignedInteger[] value) |
static InterfaceOperStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfgetDescription, getValueAsStringpublic static final InterfaceOperStatus Up
public static final InterfaceOperStatus Down
public static final InterfaceOperStatus Testing
public static final InterfaceOperStatus Unknown
public static final InterfaceOperStatus Dormant
public static final InterfaceOperStatus NotPresent
public static final InterfaceOperStatus LowerLayerDown
public static final EnumerationSpecification SPECIFICATION
public static final EnumSet<InterfaceOperStatus> NONE
public static final EnumSet<InterfaceOperStatus> ALL
public static InterfaceOperStatus[] values()
for (InterfaceOperStatus c : InterfaceOperStatus.values()) System.out.println(c);
public static InterfaceOperStatus 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 EnumerationSpecification specification()
EnumerationEnumeration.specification in interface Enumerationpublic static InterfaceOperStatus valueOf(int value)
public static InterfaceOperStatus valueOf(Integer value)
public static InterfaceOperStatus valueOf(UnsignedInteger value)
public static InterfaceOperStatus[] valueOf(int[] value)
public static InterfaceOperStatus[] valueOf(Integer[] value)
public static InterfaceOperStatus[] valueOf(UnsignedInteger[] value)
public static UnsignedInteger getMask(InterfaceOperStatus... list)
public static UnsignedInteger getMask(Collection<InterfaceOperStatus> list)
public static EnumSet<InterfaceOperStatus> getSet(UnsignedInteger mask)
public static EnumSet<InterfaceOperStatus> getSet(int mask)
public int getValue()
EnumerationgetValue in interface Enumerationpublic static InterfaceOperStatus.Builder builder()
public InterfaceOperStatus.Builder toBuilder()
EnumerationEnumeration.toBuilder in interface EnumerationCopyright © 2026. All rights reserved.