public enum CredentialTemplateDef extends java.lang.Enum<CredentialTemplateDef> implements ResourceDef
Enum Constant and Description |
---|
DERBY_TEMPLATE_CRED |
AUDIO_BASE, FILE_BASE, HELP_BASE, IMAGE_BASE, LAUNCH_BASE, LICENSE_BASE, RESOURCE_BASE, SQL_BASE, TRANSLATION_BASE
Modifier and Type | Method and Description |
---|---|
ResourceDefAdapter |
get() |
static CredentialTemplateDef |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CredentialTemplateDef[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CredentialTemplateDef DERBY_TEMPLATE_CRED
public static CredentialTemplateDef[] values()
for (CredentialTemplateDef c : CredentialTemplateDef.values()) System.out.println(c);
public static CredentialTemplateDef valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic ResourceDefAdapter get()
get
in interface ResourceDef
Copyright © 2013 EsprIT-Systems. All Rights Reserved.