com.thaiopensource.util
Class PropertyId

java.lang.Object
  |
  +--com.thaiopensource.util.PropertyId
Direct Known Subclasses:
FlagPropertyId, RngProperty.DatatypeLibraryFactoryPropertyId, SchemaReceiverFactory.SchemaReceiverFactoryPropertyId, StringPropertyId, ValidateProperty.EntityResolverPropertyId, ValidateProperty.ErrorHandlerPropertyId, ValidateProperty.XMLReaderCreatorPropertyId

public class PropertyId
extends Object


Constructor Summary
PropertyId(String name, Class valueClass)
           
 
Method Summary
 boolean equals(Object obj)
           
 Class getValueClass()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyId

public PropertyId(String name,
                  Class valueClass)
Method Detail

getValueClass

public Class getValueClass()

hashCode

public final int hashCode()
Overrides:
hashCode in class Object

equals

public final boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object