org.apache.jackrabbit.core.nodetype.xml
Interface Constants


public interface Constants

Name constants for the node type XML elements and attributes.


Field Summary
static String AUTOCREATED_ATTRIBUTE
          Name of the autoCreated attribute.
static String AVAILABLEQUERYOPERATORS_ATTRIBUTE
          Name of the availableQueryOperators attribute.
static String CHILDNODEDEFINITION_ELEMENT
          Name of the child node definition element.
static String DEFAULTPRIMARYTYPE_ATTRIBUTE
          Name of the default primary type attribute.
static String DEFAULTVALUE_ELEMENT
          Name of the default value element.
static String DEFAULTVALUES_ELEMENT
          Name of the default values element.
static String EQ_ENTITY
           
static String GE_ENTITY
           
static String GT_ENTITY
           
static String HASORDERABLECHILDNODES_ATTRIBUTE
          Name of the hasOrderableChildNodes attribute.
static String ISABSTRACT_ATTRIBUTE
          Name of the isAbstract attribute.
static String ISFULLTEXTSEARCHABLE_ATTRIBUTE
          Name of the isFullTextSearchable attribute.
static String ISMIXIN_ATTRIBUTE
          Name of the isMixin attribute.
static String ISQUERYABLE_ATTRIBUTE
          Name of the isQueryable attribute.
static String ISQUERYORDERABLE_ATTRIBUTE
          Name of the isQueryOrderable attribute.
static String LE_ENTITY
           
static String LIKE_ENTITY
           
static String LT_ENTITY
           
static String MANDATORY_ATTRIBUTE
          Name of the mandatory attribute.
static String MULTIPLE_ATTRIBUTE
          Name of the multiple attribute.
static String NAME_ATTRIBUTE
          Name of the name attribute.
static String NE_ENTITY
           
static String NODETYPE_ELEMENT
          Name of the node type definition element.
static String NODETYPES_ELEMENT
          Name of the node type definition root element.
static String ONPARENTVERSION_ATTRIBUTE
          Name of the onParentVersion attribute.
static String PRIMARYITEMNAME_ATTRIBUTE
          Name of the primary item name attribute.
static String PROPERTYDEFINITION_ELEMENT
          Name of the property definition element.
static String PROTECTED_ATTRIBUTE
          Name of the protected attribute.
static String REQUIREDPRIMARYTYPE_ELEMENT
          Name of the required primary type element.
static String REQUIREDPRIMARYTYPES_ELEMENT
          Name of the required primary types element.
static String REQUIREDTYPE_ATTRIBUTE
          Name of the required type attribute.
static String SAMENAMESIBLINGS_ATTRIBUTE
          Name of the sameNameSiblings attribute.
static String SUPERTYPE_ELEMENT
          Name of the supertype element.
static String SUPERTYPES_ELEMENT
          Name of the supertypes element.
static String VALUECONSTRAINT_ELEMENT
          Name of the value constraint element.
static String VALUECONSTRAINTS_ELEMENT
          Name of the value constraints element.
 

Field Detail

NODETYPES_ELEMENT

static final String NODETYPES_ELEMENT
Name of the node type definition root element.

See Also:
Constant Field Values

NODETYPE_ELEMENT

static final String NODETYPE_ELEMENT
Name of the node type definition element.

See Also:
Constant Field Values

CHILDNODEDEFINITION_ELEMENT

static final String CHILDNODEDEFINITION_ELEMENT
Name of the child node definition element.

See Also:
Constant Field Values

PROPERTYDEFINITION_ELEMENT

static final String PROPERTYDEFINITION_ELEMENT
Name of the property definition element.

See Also:
Constant Field Values

ISMIXIN_ATTRIBUTE

static final String ISMIXIN_ATTRIBUTE
Name of the isMixin attribute.

See Also:
Constant Field Values

ISQUERYABLE_ATTRIBUTE

static final String ISQUERYABLE_ATTRIBUTE
Name of the isQueryable attribute.

See Also:
Constant Field Values

ISABSTRACT_ATTRIBUTE

static final String ISABSTRACT_ATTRIBUTE
Name of the isAbstract attribute.

See Also:
Constant Field Values

HASORDERABLECHILDNODES_ATTRIBUTE

static final String HASORDERABLECHILDNODES_ATTRIBUTE
Name of the hasOrderableChildNodes attribute.

See Also:
Constant Field Values

PRIMARYITEMNAME_ATTRIBUTE

static final String PRIMARYITEMNAME_ATTRIBUTE
Name of the primary item name attribute.

See Also:
Constant Field Values

SUPERTYPES_ELEMENT

static final String SUPERTYPES_ELEMENT
Name of the supertypes element.

See Also:
Constant Field Values

SUPERTYPE_ELEMENT

static final String SUPERTYPE_ELEMENT
Name of the supertype element.

See Also:
Constant Field Values

NAME_ATTRIBUTE

static final String NAME_ATTRIBUTE
Name of the name attribute.

See Also:
Constant Field Values

AUTOCREATED_ATTRIBUTE

static final String AUTOCREATED_ATTRIBUTE
Name of the autoCreated attribute.

See Also:
Constant Field Values

MANDATORY_ATTRIBUTE

static final String MANDATORY_ATTRIBUTE
Name of the mandatory attribute.

See Also:
Constant Field Values

ONPARENTVERSION_ATTRIBUTE

static final String ONPARENTVERSION_ATTRIBUTE
Name of the onParentVersion attribute.

See Also:
Constant Field Values

PROTECTED_ATTRIBUTE

static final String PROTECTED_ATTRIBUTE
Name of the protected attribute.

See Also:
Constant Field Values

REQUIREDTYPE_ATTRIBUTE

static final String REQUIREDTYPE_ATTRIBUTE
Name of the required type attribute.

See Also:
Constant Field Values

VALUECONSTRAINTS_ELEMENT

static final String VALUECONSTRAINTS_ELEMENT
Name of the value constraints element.

See Also:
Constant Field Values

VALUECONSTRAINT_ELEMENT

static final String VALUECONSTRAINT_ELEMENT
Name of the value constraint element.

See Also:
Constant Field Values

DEFAULTVALUES_ELEMENT

static final String DEFAULTVALUES_ELEMENT
Name of the default values element.

See Also:
Constant Field Values

DEFAULTVALUE_ELEMENT

static final String DEFAULTVALUE_ELEMENT
Name of the default value element.

See Also:
Constant Field Values

ISQUERYORDERABLE_ATTRIBUTE

static final String ISQUERYORDERABLE_ATTRIBUTE
Name of the isQueryOrderable attribute.

See Also:
Constant Field Values

ISFULLTEXTSEARCHABLE_ATTRIBUTE

static final String ISFULLTEXTSEARCHABLE_ATTRIBUTE
Name of the isFullTextSearchable attribute.

See Also:
Constant Field Values

AVAILABLEQUERYOPERATORS_ATTRIBUTE

static final String AVAILABLEQUERYOPERATORS_ATTRIBUTE
Name of the availableQueryOperators attribute.

See Also:
Constant Field Values

EQ_ENTITY

static final String EQ_ENTITY
See Also:
Constant Field Values

NE_ENTITY

static final String NE_ENTITY
See Also:
Constant Field Values

LT_ENTITY

static final String LT_ENTITY
See Also:
Constant Field Values

LE_ENTITY

static final String LE_ENTITY
See Also:
Constant Field Values

GT_ENTITY

static final String GT_ENTITY
See Also:
Constant Field Values

GE_ENTITY

static final String GE_ENTITY
See Also:
Constant Field Values

LIKE_ENTITY

static final String LIKE_ENTITY
See Also:
Constant Field Values

MULTIPLE_ATTRIBUTE

static final String MULTIPLE_ATTRIBUTE
Name of the multiple attribute.

See Also:
Constant Field Values

REQUIREDPRIMARYTYPES_ELEMENT

static final String REQUIREDPRIMARYTYPES_ELEMENT
Name of the required primary types element.

See Also:
Constant Field Values

REQUIREDPRIMARYTYPE_ELEMENT

static final String REQUIREDPRIMARYTYPE_ELEMENT
Name of the required primary type element.

See Also:
Constant Field Values

DEFAULTPRIMARYTYPE_ATTRIBUTE

static final String DEFAULTPRIMARYTYPE_ATTRIBUTE
Name of the default primary type attribute.

See Also:
Constant Field Values

SAMENAMESIBLINGS_ATTRIBUTE

static final String SAMENAMESIBLINGS_ATTRIBUTE
Name of the sameNameSiblings attribute.

See Also:
Constant Field Values


Copyright © 2004-2010 The Apache Software Foundation. All Rights Reserved.