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