net.sf.jsefa.common.annotation
Interface AnnotationParameterNames


public interface AnnotationParameterNames

Collection of names for annotation parameters.

Author:
Norman Lahme-Huetig, Matthias Derer

Field Summary
static String CONSTRAINTS
          Name of the annotation parameter used to denote the constraints to validate.
static String CONVERTER_TYPE
          Name of the annotation parameter used to denote a converter type.
static String DATA_TYPE_NAME
          Name of the annotation parameter used to denote a data type name.
static String DEFAULT_NAME
          Name of the annotation parameter used to denote a default name.
static String DEFAULT_VALIDATOR_TYPE
          Name of the annotation parameter used to denote a default validator type.
static String FORMAT
          Name of the annotation parameter used to denote a format.
static String LIST_ITEM
          Name of the annotation parameter used to denote a list item.
static String NAME
          Name of the annotation parameter used to denote a name.
static String OBJECT_TYPE
          Name of the annotation parameter used to denote an object type.
static String POS
          Name of the annotation parameter used to denote the position of an annotated java field.
static String TEXT_MODE
          Name of the annotation parameter used to denote a text mode.
static String VALIDATOR_TYPE
          Name of the annotation parameter used to denote a validator type.
static String VALUE_REQUIRED
          Name of the annotation parameter used to denote if a value is required or not.
 

Field Detail

POS

static final String POS
Name of the annotation parameter used to denote the position of an annotated java field.

See Also:
Constant Field Values

NAME

static final String NAME
Name of the annotation parameter used to denote a name.

See Also:
Constant Field Values

DEFAULT_NAME

static final String DEFAULT_NAME
Name of the annotation parameter used to denote a default name.

See Also:
Constant Field Values

DATA_TYPE_NAME

static final String DATA_TYPE_NAME
Name of the annotation parameter used to denote a data type name.

See Also:
Constant Field Values

OBJECT_TYPE

static final String OBJECT_TYPE
Name of the annotation parameter used to denote an object type.

See Also:
Constant Field Values

FORMAT

static final String FORMAT
Name of the annotation parameter used to denote a format.

See Also:
Constant Field Values

CONVERTER_TYPE

static final String CONVERTER_TYPE
Name of the annotation parameter used to denote a converter type.

See Also:
Constant Field Values

TEXT_MODE

static final String TEXT_MODE
Name of the annotation parameter used to denote a text mode.

See Also:
Constant Field Values

LIST_ITEM

static final String LIST_ITEM
Name of the annotation parameter used to denote a list item.

See Also:
Constant Field Values

VALUE_REQUIRED

static final String VALUE_REQUIRED
Name of the annotation parameter used to denote if a value is required or not.

See Also:
Constant Field Values

VALIDATOR_TYPE

static final String VALIDATOR_TYPE
Name of the annotation parameter used to denote a validator type.

See Also:
Constant Field Values

DEFAULT_VALIDATOR_TYPE

static final String DEFAULT_VALIDATOR_TYPE
Name of the annotation parameter used to denote a default validator type.

See Also:
Constant Field Values

CONSTRAINTS

static final String CONSTRAINTS
Name of the annotation parameter used to denote the constraints to validate.

See Also:
Constant Field Values


Copyright © 2014. All rights reserved.