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 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 HASORDERABLECHILDNODES_ATTRIBUTE
          Name of the hasOrderableChildNodes attribute.
static String ISMIXIN_ATTRIBUTE
          Name of the isMixin attribute.
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 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

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

See Also:
Constant Field Values

NODETYPE_ELEMENT

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

See Also:
Constant Field Values

CHILDNODEDEFINITION_ELEMENT

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

See Also:
Constant Field Values

PROPERTYDEFINITION_ELEMENT

public static final String PROPERTYDEFINITION_ELEMENT
Name of the property definition element.

See Also:
Constant Field Values

ISMIXIN_ATTRIBUTE

public static final String ISMIXIN_ATTRIBUTE
Name of the isMixin attribute.

See Also:
Constant Field Values

HASORDERABLECHILDNODES_ATTRIBUTE

public static final String HASORDERABLECHILDNODES_ATTRIBUTE
Name of the hasOrderableChildNodes attribute.

See Also:
Constant Field Values

PRIMARYITEMNAME_ATTRIBUTE

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

See Also:
Constant Field Values

SUPERTYPES_ELEMENT

public static final String SUPERTYPES_ELEMENT
Name of the supertypes element.

See Also:
Constant Field Values

SUPERTYPE_ELEMENT

public static final String SUPERTYPE_ELEMENT
Name of the supertype element.

See Also:
Constant Field Values

NAME_ATTRIBUTE

public static final String NAME_ATTRIBUTE
Name of the name attribute.

See Also:
Constant Field Values

AUTOCREATED_ATTRIBUTE

public static final String AUTOCREATED_ATTRIBUTE
Name of the autoCreated attribute.

See Also:
Constant Field Values

MANDATORY_ATTRIBUTE

public static final String MANDATORY_ATTRIBUTE
Name of the mandatory attribute.

See Also:
Constant Field Values

ONPARENTVERSION_ATTRIBUTE

public static final String ONPARENTVERSION_ATTRIBUTE
Name of the onParentVersion attribute.

See Also:
Constant Field Values

PROTECTED_ATTRIBUTE

public static final String PROTECTED_ATTRIBUTE
Name of the protected attribute.

See Also:
Constant Field Values

REQUIREDTYPE_ATTRIBUTE

public static final String REQUIREDTYPE_ATTRIBUTE
Name of the required type attribute.

See Also:
Constant Field Values

VALUECONSTRAINTS_ELEMENT

public static final String VALUECONSTRAINTS_ELEMENT
Name of the value constraints element.

See Also:
Constant Field Values

VALUECONSTRAINT_ELEMENT

public static final String VALUECONSTRAINT_ELEMENT
Name of the value constraint element.

See Also:
Constant Field Values

DEFAULTVALUES_ELEMENT

public static final String DEFAULTVALUES_ELEMENT
Name of the default values element.

See Also:
Constant Field Values

DEFAULTVALUE_ELEMENT

public static final String DEFAULTVALUE_ELEMENT
Name of the default value element.

See Also:
Constant Field Values

MULTIPLE_ATTRIBUTE

public static final String MULTIPLE_ATTRIBUTE
Name of the multiple attribute.

See Also:
Constant Field Values

REQUIREDPRIMARYTYPES_ELEMENT

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

See Also:
Constant Field Values

REQUIREDPRIMARYTYPE_ELEMENT

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

See Also:
Constant Field Values

DEFAULTPRIMARYTYPE_ATTRIBUTE

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

See Also:
Constant Field Values

SAMENAMESIBLINGS_ATTRIBUTE

public static final String SAMENAMESIBLINGS_ATTRIBUTE
Name of the sameNameSiblings attribute.

See Also:
Constant Field Values


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