public enum ResourceType extends Enum<ResourceType>
Enum Constant and Description |
---|
CUSTOM_FUNCTIONS |
LOOKUP_TABLES |
TRAINING_INSTANCES |
Modifier and Type | Method and Description |
---|---|
String |
getResourceIdentifier() |
String |
getType() |
String |
toString() |
static ResourceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceType CUSTOM_FUNCTIONS
public static final ResourceType LOOKUP_TABLES
public static final ResourceType TRAINING_INSTANCES
public static ResourceType[] values()
for (ResourceType c : ResourceType.values()) System.out.println(c);
public static 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 nullpublic String getType()
public String getResourceIdentifier()
public String toString()
toString
in class Enum<ResourceType>
Copyright © 2005–2017 Zementis, Inc.. All rights reserved.