com.jurismarches.vradi
Enum VradiConfig.Option
java.lang.Object
java.lang.Enum<VradiConfig.Option>
com.jurismarches.vradi.VradiConfig.Option
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<VradiConfig.Option>, org.nuiton.util.ApplicationConfig.OptionDef
- Enclosing class:
- VradiConfig
public static enum VradiConfig.Option
- extends java.lang.Enum<VradiConfig.Option>
- implements org.nuiton.util.ApplicationConfig.OptionDef
Vradi option enum.
| Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
CONFIG_FILE
public static final VradiConfig.Option CONFIG_FILE
VRADI_VERSION
public static final VradiConfig.Option VRADI_VERSION
VRADI_DATABASE_VERSION
public static final VradiConfig.Option VRADI_DATABASE_VERSION
VRADI_LAST_VERSION
public static final VradiConfig.Option VRADI_LAST_VERSION
FULL_SCREEN
public static final VradiConfig.Option FULL_SCREEN
LOCALE
public static final VradiConfig.Option LOCALE
USERNAME
public static final VradiConfig.Option USERNAME
PASSWORD
public static final VradiConfig.Option PASSWORD
REMOTE_ENDPOINT
public static final VradiConfig.Option REMOTE_ENDPOINT
WIKITTY_XMPP_ROOM
public static final VradiConfig.Option WIKITTY_XMPP_ROOM
WIKITTY_XMPP_SERVER
public static final VradiConfig.Option WIKITTY_XMPP_SERVER
WIKITTY_NOTIFIER_TRANSPORTER_CLASS
public static final VradiConfig.Option WIKITTY_NOTIFIER_TRANSPORTER_CLASS
WIKITTY_EVENT_PROPAGATE_OPTION
public static final VradiConfig.Option WIKITTY_EVENT_PROPAGATE_OPTION
QUERIES
public static final VradiConfig.Option QUERIES
XML_STREAMS
public static final VradiConfig.Option XML_STREAMS
CRITERIAS
public static final VradiConfig.Option CRITERIAS
ROOT_CRITERIAS
public static final VradiConfig.Option ROOT_CRITERIAS
THESAURUS
public static final VradiConfig.Option THESAURUS
ROOT_THESAURUS
public static final VradiConfig.Option ROOT_THESAURUS
COLUMNS
public static final VradiConfig.Option COLUMNS
THESAURUS_COLORS
public static final VradiConfig.Option THESAURUS_COLORS
STATUS_COLOR
public static final VradiConfig.Option STATUS_COLOR
THESAURUS_EXPANDED
public static final VradiConfig.Option THESAURUS_EXPANDED
key
public java.lang.String key
description
public java.lang.String description
defaultValue
public java.lang.String defaultValue
type
public java.lang.Class<?> type
isTransient
public boolean isTransient
isFinal
public boolean isFinal
values
public static VradiConfig.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 (VradiConfig.Option c : VradiConfig.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 VradiConfig.Option valueOf(java.lang.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:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
isFinal
public boolean isFinal()
- Specified by:
isFinal in interface org.nuiton.util.ApplicationConfig.OptionDef
isTransient
public boolean isTransient()
- Specified by:
isTransient in interface org.nuiton.util.ApplicationConfig.OptionDef
getDefaultValue
public java.lang.String getDefaultValue()
- Specified by:
getDefaultValue in interface org.nuiton.util.ApplicationConfig.OptionDef
getDescription
public java.lang.String getDescription()
- Specified by:
getDescription in interface org.nuiton.util.ApplicationConfig.OptionDef
getKey
public java.lang.String getKey()
- Specified by:
getKey in interface org.nuiton.util.ApplicationConfig.OptionDef
getType
public java.lang.Class<?> getType()
- Specified by:
getType in interface org.nuiton.util.ApplicationConfig.OptionDef
setDefaultValue
public void setDefaultValue(java.lang.String defaultValue)
- Specified by:
setDefaultValue in interface org.nuiton.util.ApplicationConfig.OptionDef
setTransient
public void setTransient(boolean isTransient)
- Specified by:
setTransient in interface org.nuiton.util.ApplicationConfig.OptionDef
setFinal
public void setFinal(boolean isFinal)
- Specified by:
setFinal in interface org.nuiton.util.ApplicationConfig.OptionDef
Copyright © 2009-2010 JurisMarches. All Rights Reserved.