|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.jackrabbit.core.nodetype.NodeDefId
public class NodeDefId
NodeDefId uniquely identifies a NodeDef in the
node type registry.
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
int |
hashCode()
|
java.lang.String |
toString()
|
static NodeDefId |
valueOf(java.lang.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 |
|---|
public static NodeDefId valueOf(java.lang.String s)
throws java.lang.IllegalArgumentException
NodeDefId holding the value of the specified
string. The string must be in the format returned by the
NodeDefId.toString() method.
s - a String containing the NodeDefId
representation to be parsed.
NodeDefId represented by the argument
java.lang.IllegalArgumentException - if the specified string can not be parsed
as a NodeDefId.toString()public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||