org.apache.jackrabbit.core.nodetype
Class PropDefId

java.lang.Object
  extended by org.apache.jackrabbit.core.nodetype.PropDefId
All Implemented Interfaces:
java.io.Serializable

public class PropDefId
extends java.lang.Object
implements java.io.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(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

valueOf

public static PropDefId valueOf(java.lang.String s)
                         throws java.lang.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:
java.lang.IllegalArgumentException - if the specified string can not be parsed as a PropDefId.
See Also:
toString()

equals

public boolean equals(java.lang.Object obj)

Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object

hashCode

public int hashCode()

Overrides:
hashCode in class java.lang.Object


Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.