public static enum ResourceOutput.Resource.Type extends Enum<ResourceOutput.Resource.Type>
| Enum Constant and Description |
|---|
JAVA_CLASS |
JAVA_SOURCE |
SERVICE_PROVIDER |
| Modifier and Type | Method and Description |
|---|---|
static ResourceOutput.Resource.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceOutput.Resource.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResourceOutput.Resource.Type JAVA_CLASS
public static final ResourceOutput.Resource.Type JAVA_SOURCE
public static final ResourceOutput.Resource.Type SERVICE_PROVIDER
public static ResourceOutput.Resource.Type[] values()
for (ResourceOutput.Resource.Type c : ResourceOutput.Resource.Type.values()) System.out.println(c);
public static ResourceOutput.Resource.Type 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 © 2021 JBoss by Red Hat. All rights reserved.