public enum ProgramResource extends Enum<ProgramResource> implements ResourceBuilder.ResourceId
| Enum Constant and Description |
|---|
BUILDDATE
Program Title.
|
COPYRIGHT
Copyright.
|
REVISION
Program Revision.
|
TITLE
Program Title.
|
VERSION
Program Version.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKeyName()
Get Key Name.
|
String |
getNameSpace()
Get NameSpace.
|
String |
getValue()
Get Value.
|
static ProgramResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProgramResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProgramResource TITLE
public static final ProgramResource VERSION
public static final ProgramResource REVISION
public static final ProgramResource BUILDDATE
public static final ProgramResource COPYRIGHT
public static ProgramResource[] values()
for (ProgramResource c : ProgramResource.values()) System.out.println(c);
public static ProgramResource 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 getKeyName()
ResourceBuilder.ResourceIdgetKeyName in interface ResourceBuilder.ResourceIdpublic String getNameSpace()
ResourceBuilder.ResourceIdgetNameSpace in interface ResourceBuilder.ResourceIdpublic String getValue()
ResourceBuilder.ResourceIdgetValue in interface ResourceBuilder.ResourceIdCopyright © 2015. All rights reserved.