public static enum ToolsCommonConstants.ReturnValue extends Enum<ToolsCommonConstants.ReturnValue>
| Modifier and Type | Method and Description |
|---|---|
int |
getReturnCode() |
static ToolsCommonConstants.ReturnValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ToolsCommonConstants.ReturnValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ToolsCommonConstants.ReturnValue SUCCESS
public static final ToolsCommonConstants.ReturnValue FAILURE
public static ToolsCommonConstants.ReturnValue[] values()
for (ToolsCommonConstants.ReturnValue c : ToolsCommonConstants.ReturnValue.values()) System.out.println(c);
public static ToolsCommonConstants.ReturnValue 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 int getReturnCode()
Copyright © 2019. All rights reserved.