public static interface KomodoLexicon.Rule
Modifier and Type | Field and Description |
---|---|
static String |
BUILT_IN
The name of the property used to indicate if the rule is built-in.
|
static String |
CHILD_ABSENT
The name of the multi-valued property for node type names that children must not have.
|
static String |
CHILD_EXISTS
The name of the multi-valued property for node type names that at least one child must have.
|
static String |
ENABLED
The name of the property used to indicate if the rule is enabled.
|
static String |
JCR_NAME
The name of the property used to store either the property name or the child node type name.
|
static String |
LOCALIZED_MESSAGE
The name of the node type for a localized message.
|
static String |
LOCALIZED_MESSAGE_GROUPING
The name of the node type for a localized message grouping node.
|
static String |
LOCALIZED_TEXT
The name of the property for the localized text.
|
static String |
LOCALIZED_TEXT_TYPE
The name of the node type for a localized text.
|
static String |
MATCH_TYPE
The name of the property whose value indicates if SNS should only apply if the node types are the same.
|
static String |
MAX_VALUE
The name of the property used to hold a maximum value of a number range.
|
static String |
MAX_VALUE_INCLUSIVE
The name of the property used to indicate if the max value is inclusive.
|
static String |
MESSAGES
The name of the child grouping node where the localized messages are kept.
|
static String |
MIN_VALUE
The name of the property to hold the minimum value of a number range.
|
static String |
MIN_VALUE_INCLUSIVE
The name of the property used to indicate if the min value is inclusive.
|
static String |
NODE_TYPE
The name of the property used for the node type the rule pertains to.
|
static String |
NUMBER_RULE
The name of the node type for a number rule.
|
static String |
PATTERN
The name of the property used for a regular expression pattern.
|
static String |
PATTERN_RULE
The name of the node type for a pattern matching rule.
|
static String |
PROP_ABSENT
The name of the multi-valued property used for properties that must not exist.
|
static String |
PROP_EXISTS
The name of the multi-valued property used for properties that must exist.
|
static String |
PROP_RESTRICTION
The name of the property restriction node.
|
static String |
PROP_RESTRICTIONS_GROUPING
The name of the property restrictions grouping node.
|
static String |
PROP_VALUE
The name of the property used for the node restricted to property value.
|
static String |
RELATIONSHIP_RULE
The name of the node type for a relationship rule.
|
static String |
REQUIRED
The name of the property used to indicate if the rule property or child is required.
|
static String |
RESTRICTION_TYPE
The type of validation for this restriction.
|
static String |
RULE_NODE_TYPE
The name of the abstract node type for a rule.
|
static String |
RULE_TYPE
The name of the property used for the rule type (REQUIRED, PATTERN, RELATIONSHIP, NUMBER).
|
static String |
SEVERITY
The name of the property for the rule evaluation severity (ERROR, WARNING, INFO, OK).
|
static String |
SNS_RULE
The name of the node type for a same name sibling rule.
|
static String |
VALIDATION_TYPE
The name of the property used for the validation type (PROPERTY, CHILD).
|
static final String BUILT_IN
static final String CHILD_ABSENT
static final String CHILD_EXISTS
static final String ENABLED
static final String JCR_NAME
static final String LOCALIZED_TEXT
static final String LOCALIZED_MESSAGE
static final String LOCALIZED_MESSAGE_GROUPING
static final String LOCALIZED_TEXT_TYPE
static final String MATCH_TYPE
static final String MAX_VALUE
static final String MAX_VALUE_INCLUSIVE
static final String MESSAGES
static final String MIN_VALUE
static final String MIN_VALUE_INCLUSIVE
static final String NODE_TYPE
static final String PROP_RESTRICTIONS_GROUPING
static final String PROP_RESTRICTION
static final String PROP_VALUE
static final String RESTRICTION_TYPE
static final String NUMBER_RULE
static final String PATTERN
static final String PATTERN_RULE
static final String PROP_ABSENT
static final String PROP_EXISTS
static final String RELATIONSHIP_RULE
static final String REQUIRED
static final String RULE_NODE_TYPE
static final String RULE_TYPE
static final String SNS_RULE
static final String SEVERITY
static final String VALIDATION_TYPE
Copyright © 2013–2019. All rights reserved.