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