public static enum ContextHubCache.CodeType extends java.lang.Enum<ContextHubCache.CodeType>
| Enum Constant and Description |
|---|
KERNEL_JS |
KERNEL_MIN_JS |
UI_JS |
UI_MIN_JS |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
fileName() |
java.lang.String |
toString() |
static ContextHubCache.CodeType |
valueOf(java.lang.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(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 fileName()
public java.lang.String toString()
toString in class java.lang.Enum<ContextHubCache.CodeType>Copyright © 2010 - 2022 Adobe. All Rights Reserved