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