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