org.apache.jackrabbit.core.nodetype
Class PropDefId

java.lang.Object
  extended by org.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)

Overrides:
equals in class Object

toString

public String toString()

Overrides:
toString in class Object

hashCode

public int hashCode()

Overrides:
hashCode in class Object


Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.