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