public static enum DefaultVault.DefaultValue extends Enum<DefaultVault.DefaultValue>
Enum Constant and Description |
---|
ResourceDirectory |
SourceDirectory |
WarSourceDirectory |
Modifier and Type | Method and Description |
---|---|
String |
getDefaultValue() |
String |
getValueName() |
static DefaultVault.DefaultValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultVault.DefaultValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultVault.DefaultValue SourceDirectory
public static final DefaultVault.DefaultValue ResourceDirectory
public static final DefaultVault.DefaultValue WarSourceDirectory
public static DefaultVault.DefaultValue[] values()
for (DefaultVault.DefaultValue c : DefaultVault.DefaultValue.values()) System.out.println(c);
public static DefaultVault.DefaultValue 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 getDefaultValue()
public String getValueName()
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.