|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jackrabbit.state.nodetype.NodeTypeState
Node type state. Instances of this class are used to hold and manage the internal state of node types.
Constructor Summary | |
NodeTypeState()
Creates an empty node type state instance. |
Method Summary | |
void |
addChildNodeDefinition(NodeDefinitionState state)
Adds a node definition state to the list of child node definition states of the node type. |
void |
addPropertyDefinitionState(PropertyDefinitionState state)
Adds a property definition state to the list of property definition states of the node type. |
void |
addSupertypeName(Name name)
Adds a supertype name to the list of declared supertypes. |
NodeDefinitionState[] |
getChildNodeDefinitionStates()
Returns the child node definition states of the node type. |
Name |
getName()
Returns the node type name. |
Name |
getPrimaryItemName()
Returns the name of the primary item of the node type. |
PropertyDefinitionState[] |
getPropertyDefinitionStates()
Returns the property definition states of the node type. |
Name[] |
getSupertypeNames()
Returns the names of the declared supertypes. |
boolean |
isHasOrderableChildNodes()
Returns the value of the HasOrderableChildNodes node type property. |
boolean |
isMixin()
Returns the value of the Mixin node type property. |
void |
setHasOrderableChildNodes(boolean hasOrderableChildNodes)
Sets the value of the HasOrderableChildNodes node type property. |
void |
setMixin(boolean mixin)
Sets the value of the Mixin node type property. |
void |
setName(Name name)
Sets the node type name. |
void |
setPrimaryItemName(Name primaryItemName)
Sets the name of the primary item of the node type. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public NodeTypeState()
Method Detail |
public Name getName()
public void setName(Name name)
name
- new qualified namepublic boolean isMixin()
public void setMixin(boolean mixin)
mixin
- new Mixin property valuepublic boolean isHasOrderableChildNodes()
public void setHasOrderableChildNodes(boolean hasOrderableChildNodes)
hasOrderableChildNodes
- new HasOrderableChildNodes property valuepublic Name getPrimaryItemName()
public void setPrimaryItemName(Name primaryItemName)
primaryItemName
- new primary item namepublic Name[] getSupertypeNames()
public void addSupertypeName(Name name)
name
- supertype namepublic NodeDefinitionState[] getChildNodeDefinitionStates()
public void addChildNodeDefinition(NodeDefinitionState state)
state
- child node definition statepublic PropertyDefinitionState[] getPropertyDefinitionStates()
public void addPropertyDefinitionState(PropertyDefinitionState state)
state
- property definition state
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |