org.apache.jackrabbit.core.nodetype
Class PropDefId

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

public class PropDefId
extends Object
implements Serializable

PropDefId serves as identifier for a given PropDef. uniquely identifies a PropDef in the node type registry.

See Also:
Serialized Form

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

valueOf

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

Parameters:
s - a String containing the PropDefId representation to be parsed.
Returns:
the PropDefId represented by the argument
Throws:
IllegalArgumentException - if the specified string can not be parsed as a PropDefId.
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.