com.mcdermottroe.exemplar
Interface Constants.Options

Enclosing interface:
Constants

public static interface Constants.Options

Options constants.


Field Summary
static String ARGUMENT
          The option type that takes one value.
static String CASESENSITIVE_PROPERTY
          The label for the 'casesensitive' property of an option in the PropertyResourceBundle which declares the options.
static String DEFAULT_PROPERTY
          The label for the 'default' property of an option in the PropertyResourceBundle which declares the options.
static String DESCRIPTION_PROPERTY
          The label for the 'description' property of an option in the PropertyResourceBundle which declares the options.
static String ENUM
          The option type that takes one or more values from a fixed set.
static String MANDATORY_PROPERTY
          The label for the 'mandatory' property of an option in the PropertyResourceBundle which declares the options.
static String MULTIVALUE_PROPERTY
          The label for the 'multivalue' property of an option in the PropertyResourceBundle which declares the options.
static String SWITCH
          The option type that takes no value; its presence or absence sets its value to true or false.
static String TYPE_PROPERTY
          The label for the 'type' property of an option in the PropertyResourceBundle which declares the options.
static String VALUE_PROPERTY
          The label for the 'value' property of an option in the PropertyResourceBundle which declares the options.
 

Field Detail

ARGUMENT

static final String ARGUMENT
The option type that takes one value.

See Also:
Constant Field Values

ENUM

static final String ENUM
The option type that takes one or more values from a fixed set.

See Also:
Constant Field Values

SWITCH

static final String SWITCH
The option type that takes no value; its presence or absence sets its value to true or false.

See Also:
Constant Field Values

TYPE_PROPERTY

static final String TYPE_PROPERTY
The label for the 'type' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

DESCRIPTION_PROPERTY

static final String DESCRIPTION_PROPERTY
The label for the 'description' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

VALUE_PROPERTY

static final String VALUE_PROPERTY
The label for the 'value' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

DEFAULT_PROPERTY

static final String DEFAULT_PROPERTY
The label for the 'default' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

MANDATORY_PROPERTY

static final String MANDATORY_PROPERTY
The label for the 'mandatory' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

MULTIVALUE_PROPERTY

static final String MULTIVALUE_PROPERTY
The label for the 'multivalue' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values

CASESENSITIVE_PROPERTY

static final String CASESENSITIVE_PROPERTY
The label for the 'casesensitive' property of an option in the PropertyResourceBundle which declares the options.

See Also:
Constant Field Values