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