public static enum NPMPackageGenerator.Category extends Enum<NPMPackageGenerator.Category>
| Enum Constant and Description |
|---|
EXAMPLE |
JEKYLL |
OPENAPI |
OTHER |
RDF |
RESOURCE |
SCHEMATRON |
TEMPLATE |
TOOL |
| Modifier and Type | Method and Description |
|---|---|
static NPMPackageGenerator.Category |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NPMPackageGenerator.Category[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NPMPackageGenerator.Category RESOURCE
public static final NPMPackageGenerator.Category EXAMPLE
public static final NPMPackageGenerator.Category OPENAPI
public static final NPMPackageGenerator.Category SCHEMATRON
public static final NPMPackageGenerator.Category RDF
public static final NPMPackageGenerator.Category OTHER
public static final NPMPackageGenerator.Category TOOL
public static final NPMPackageGenerator.Category TEMPLATE
public static final NPMPackageGenerator.Category JEKYLL
public static NPMPackageGenerator.Category[] values()
for (NPMPackageGenerator.Category c : NPMPackageGenerator.Category.values()) System.out.println(c);
public static NPMPackageGenerator.Category 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 © 2014–2021 Health Level 7. All rights reserved.