public static enum ContextHubCache.CodeType extends Enum<ContextHubCache.CodeType>
| Enum Constant and Description |
|---|
KERNEL_JS |
KERNEL_MIN_JS |
UI_JS |
UI_MIN_JS |
| Modifier and Type | Method and Description |
|---|---|
String |
fileName() |
String |
toString() |
static ContextHubCache.CodeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContextHubCache.CodeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextHubCache.CodeType KERNEL_JS
public static final ContextHubCache.CodeType UI_JS
public static final ContextHubCache.CodeType KERNEL_MIN_JS
public static final ContextHubCache.CodeType UI_MIN_JS
public static ContextHubCache.CodeType[] values()
for (ContextHubCache.CodeType c : ContextHubCache.CodeType.values()) System.out.println(c);
public static ContextHubCache.CodeType 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 fileName()
public String toString()
toString in class Enum<ContextHubCache.CodeType>Copyright © 2010 - 2020 Adobe. All Rights Reserved