Enum Constant and Description |
---|
CLUSTERS |
DEVICES |
FLOWS |
HOSTS |
KAFKA_REGISTER |
KAFKA_SUBSCRIBE |
LINKS |
PATHS |
TOPOLOGY |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getUrl() |
static OnosUrls |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OnosUrls[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OnosUrls DEVICES
public static final OnosUrls CLUSTERS
public static final OnosUrls TOPOLOGY
public static final OnosUrls PATHS
public static final OnosUrls HOSTS
public static final OnosUrls FLOWS
public static final OnosUrls LINKS
public static final OnosUrls KAFKA_REGISTER
public static final OnosUrls KAFKA_SUBSCRIBE
public static OnosUrls[] values()
for (OnosUrls c : OnosUrls.values()) System.out.println(c);
public static OnosUrls valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getUrl()