public static enum ContextLoader.ContextField extends java.lang.Enum<ContextLoader.ContextField>
Enum Constant and Description |
---|
INSTANCE
FaceApi 实例 |
LICENCE_MANAGER
授权管理器(LicenceManager)实例
|
Modifier and Type | Method and Description |
---|---|
<T> T |
from(FaceApiContext context) |
static ContextLoader.ContextField |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ContextLoader.ContextField[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ContextLoader.ContextField INSTANCE
FaceApi
实例public static final ContextLoader.ContextField LICENCE_MANAGER
public static ContextLoader.ContextField[] values()
for (ContextLoader.ContextField c : ContextLoader.ContextField.values()) System.out.println(c);
public static ContextLoader.ContextField 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 <T> T from(FaceApiContext context)
Copyright © 2020. All rights reserved.