public static enum nitro_service.OnerrorEnum extends Enum<nitro_service.OnerrorEnum>
| Modifier and Type | Method and Description |
|---|---|
static nitro_service.OnerrorEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static nitro_service.OnerrorEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final nitro_service.OnerrorEnum EXIT
public static final nitro_service.OnerrorEnum CONTINUE
public static nitro_service.OnerrorEnum[] values()
for (nitro_service.OnerrorEnum c : nitro_service.OnerrorEnum.values()) System.out.println(c);
public static nitro_service.OnerrorEnum 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 © 2013 Citrix Systems, Inc.. All Rights Reserved.