public enum SasPortStatusReason extends Enum<SasPortStatusReason>
Enum Constant and Description |
---|
Active |
LinkErrors |
LoopDetected |
None |
Modifier and Type | Method and Description |
---|---|
static SasPortStatusReason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SasPortStatusReason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SasPortStatusReason Active
public static final SasPortStatusReason LinkErrors
public static final SasPortStatusReason LoopDetected
public static final SasPortStatusReason None
public static SasPortStatusReason[] values()
for (SasPortStatusReason c : SasPortStatusReason.values()) System.out.println(c);
public static SasPortStatusReason 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 nullCopyright © 2016. All rights reserved.