org.chorem.bow
Enum BowConfig.Option
java.lang.Object
java.lang.Enum<BowConfig.Option>
org.chorem.bow.BowConfig.Option
- All Implemented Interfaces:
- Serializable, Comparable<BowConfig.Option>
- Enclosing class:
- BowConfig
public static enum BowConfig.Option
- extends Enum<BowConfig.Option>
Vradi option definition.
CONFIG_FILE
public static final BowConfig.Option CONFIG_FILE
APPLICATION_VERSION
public static final BowConfig.Option APPLICATION_VERSION
BOW_URL
public static final BowConfig.Option BOW_URL
ALIAS_URL
public static final BowConfig.Option ALIAS_URL
SERVLET_BOW
public static final BowConfig.Option SERVLET_BOW
SERVLET_ALIAS
public static final BowConfig.Option SERVLET_ALIAS
SEARCH_ENGINE
public static final BowConfig.Option SEARCH_ENGINE
BOW_SMTPSERVER
public static final BowConfig.Option BOW_SMTPSERVER
BOW_ADDRESSFROM
public static final BowConfig.Option BOW_ADDRESSFROM
BOW_ADMINS
public static final BowConfig.Option BOW_ADMINS
key
public final String key
description
public final String description
defaultValue
public final String defaultValue
type
public final Class<?> type
isTransient
public final boolean isTransient
isFinal
public final boolean isFinal
values
public static BowConfig.Option[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (BowConfig.Option c : BowConfig.Option.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static BowConfig.Option valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
Copyright © 2010-2011 CodeLutin. All Rights Reserved.