org.apache.jackrabbit.core.nodetype
Class NodeDefId

java.lang.Object
  extended byorg.apache.jackrabbit.core.nodetype.NodeDefId
All Implemented Interfaces:
Serializable

public class NodeDefId
extends Object
implements Serializable

NodeDefId uniquely identifies a NodeDef in the node type registry.

See Also:
Serialized Form

Method Summary
 boolean equals(Object obj)
          
 int hashCode()
          
 String toString()
          
static NodeDefId valueOf(String s)
          Returns a NodeDefId holding the value of the specified string.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

valueOf

public static NodeDefId valueOf(String s)
                         throws IllegalArgumentException
Returns a NodeDefId holding the value of the specified string. The string must be in the format returned by the NodeDefId.toString() method.

Parameters:
s - a String containing the NodeDefId representation to be parsed.
Returns:
the NodeDefId represented by the argument
Throws:
IllegalArgumentException - if the specified string can not be parsed as a NodeDefId.
See Also:
toString()

equals

public boolean equals(Object obj)


toString

public String toString()


hashCode

public int hashCode()



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