org.cogchar.app.puma.registry
Enum ResourceFileCategory
java.lang.Object
java.lang.Enum<ResourceFileCategory>
org.cogchar.app.puma.registry.ResourceFileCategory
- All Implemented Interfaces:
- Serializable, Comparable<ResourceFileCategory>
public enum ResourceFileCategory
- extends Enum<ResourceFileCategory>
- Author:
- Stu B.
RESFILE_REPO_RDF
public static final ResourceFileCategory RESFILE_REPO_RDF
RESFILE_ANIM_XML
public static final ResourceFileCategory RESFILE_ANIM_XML
RESFILE_OPENGL_JME3_OGRE
public static final ResourceFileCategory RESFILE_OPENGL_JME3_OGRE
RESFILE_WEB_LIFT
public static final ResourceFileCategory RESFILE_WEB_LIFT
RESFILE_WEB_SPARQL
public static final ResourceFileCategory RESFILE_WEB_SPARQL
RESFILE_RK_CONF
public static final ResourceFileCategory RESFILE_RK_CONF
values
public static ResourceFileCategory[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (ResourceFileCategory c : ResourceFileCategory.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static ResourceFileCategory valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2010-2013. All Rights Reserved.