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