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