
public static enum TopologyUserLinkConfig.STATUS extends Enum<TopologyUserLinkConfig.STATUS>
| Modifier and Type | Method and Description |
|---|---|
static TopologyUserLinkConfig.STATUS |
fromString(String str) |
String |
toString() |
static TopologyUserLinkConfig.STATUS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TopologyUserLinkConfig.STATUS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TopologyUserLinkConfig.STATUS SUCCESS
public static final TopologyUserLinkConfig.STATUS LINKDOWN
public static final TopologyUserLinkConfig.STATUS INCORRECT
public static TopologyUserLinkConfig.STATUS[] values()
for (TopologyUserLinkConfig.STATUS c : TopologyUserLinkConfig.STATUS.values()) System.out.println(c);
public static TopologyUserLinkConfig.STATUS 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 String toString()
toString in class Enum<TopologyUserLinkConfig.STATUS>public static TopologyUserLinkConfig.STATUS fromString(String str)
Copyright © 2014. All Rights Reserved.