net.sourceforge.pmd
Class PropertyDescriptorFields

java.lang.Object
  extended by net.sourceforge.pmd.PropertyDescriptorFields

public class PropertyDescriptorFields
extends java.lang.Object

Field names for parsing the properties out of the ruleset xml files.

Author:
Brian Remedios
See Also:
RuleSetFactory

Field Summary
static java.lang.String DEFAULT_VALUE
          The default value.
static java.lang.String DELIMITER
          For multi-valued properties, this defines the delimiter of the single values.
static java.lang.String DESC
          The description of the property.
static java.lang.String DESCRIPTION
          The description of the property.
static java.lang.String LEGAL_PACKAGES
          To limit the range of valid values, e.g.
static java.lang.String MAX
          The maximum allowed value.
static java.lang.String MIN
          The minium allowed value.
static java.lang.String NAME
          The name of the property
static java.lang.String TYPE
          The type of the property.
static java.lang.String VALUE
          The default value.
 
Constructor Summary
PropertyDescriptorFields()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TYPE

public static final java.lang.String TYPE
The type of the property.

See Also:
PropertyDescriptorUtil, Constant Field Values

NAME

public static final java.lang.String NAME
The name of the property

See Also:
Constant Field Values

DESCRIPTION

public static final java.lang.String DESCRIPTION
The description of the property.

See Also:
Constant Field Values

DESC

public static final java.lang.String DESC
The description of the property.

See Also:
Constant Field Values

VALUE

public static final java.lang.String VALUE
The default value.

See Also:
Constant Field Values

DEFAULT_VALUE

public static final java.lang.String DEFAULT_VALUE
The default value.

See Also:
Constant Field Values

DELIMITER

public static final java.lang.String DELIMITER
For multi-valued properties, this defines the delimiter of the single values.

See Also:
Constant Field Values

MIN

public static final java.lang.String MIN
The minium allowed value.

See Also:
Constant Field Values

MAX

public static final java.lang.String MAX
The maximum allowed value.

See Also:
Constant Field Values

LEGAL_PACKAGES

public static final java.lang.String LEGAL_PACKAGES
To limit the range of valid values, e.g. to Enums

See Also:
Constant Field Values
Constructor Detail

PropertyDescriptorFields

public PropertyDescriptorFields()


Copyright © 2002-2015 InfoEther. All Rights Reserved.