Class SchemaConstants
- java.lang.Object
-
- net.sourceforge.pmd.util.internal.xml.SchemaConstants
-
public final class SchemaConstants extends Object
Constants of the ruleset schema.
-
-
Field Summary
Fields Modifier and Type Field Description static SchemaConstant
CLASS
static SchemaConstant
DEPRECATED
static SchemaConstant
DESCRIPTION
static SchemaConstant
EXAMPLE
static SchemaConstant
EXCLUDE
static SchemaConstant
EXCLUDE_PATTERN
static SchemaConstant
EXTERNAL_INFO_URL
static SchemaConstant
INCLUDE_PATTERN
static SchemaConstant
LANGUAGE
static SchemaConstant
MAXIMUM_LANGUAGE_VERSION
static SchemaConstant
MESSAGE
static SchemaConstant
MINIMUM_LANGUAGE_VERSION
static SchemaConstant
NAME
static SchemaConstant
PRIORITY
static SchemaConstant
PROPERTIES
static SchemaConstant
PROPERTY_ELT
static SchemaConstant
PROPERTY_TYPE
static SchemaConstant
PROPERTY_VALUE
static SchemaConstant
REF
static SchemaConstant
RULE
static SchemaConstant
RULESET
static SchemaConstant
SINCE
-
-
-
Field Detail
-
PROPERTY_TYPE
public static final SchemaConstant PROPERTY_TYPE
-
NAME
public static final SchemaConstant NAME
-
MESSAGE
public static final SchemaConstant MESSAGE
-
LANGUAGE
public static final SchemaConstant LANGUAGE
-
CLASS
public static final SchemaConstant CLASS
-
DESCRIPTION
public static final SchemaConstant DESCRIPTION
-
PROPERTY_VALUE
public static final SchemaConstant PROPERTY_VALUE
-
PROPERTIES
public static final SchemaConstant PROPERTIES
-
PROPERTY_ELT
public static final SchemaConstant PROPERTY_ELT
-
DEPRECATED
public static final SchemaConstant DEPRECATED
-
RULESET
public static final SchemaConstant RULESET
-
EXCLUDE_PATTERN
public static final SchemaConstant EXCLUDE_PATTERN
-
INCLUDE_PATTERN
public static final SchemaConstant INCLUDE_PATTERN
-
RULE
public static final SchemaConstant RULE
-
REF
public static final SchemaConstant REF
-
EXCLUDE
public static final SchemaConstant EXCLUDE
-
PRIORITY
public static final SchemaConstant PRIORITY
-
MINIMUM_LANGUAGE_VERSION
public static final SchemaConstant MINIMUM_LANGUAGE_VERSION
-
MAXIMUM_LANGUAGE_VERSION
public static final SchemaConstant MAXIMUM_LANGUAGE_VERSION
-
EXTERNAL_INFO_URL
public static final SchemaConstant EXTERNAL_INFO_URL
-
EXAMPLE
public static final SchemaConstant EXAMPLE
-
SINCE
public static final SchemaConstant SINCE
-
-