Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

oracle.jdeveloper.cmt
Class CmtPropertyID

java.lang.Object
  extended by oracle.jdeveloper.cmt.CmtPropertyID

public class CmtPropertyID
extends java.lang.Object

Class for uniquely identifying a Property Type.


Constructor Summary
CmtPropertyID(java.lang.String propertyName, java.lang.Class propertyType, boolean isBound, boolean isConstrained)
          Create the id for the given property.
 
Method Summary
 boolean equals(java.lang.Object compareTo)
           
 int hashCode()
          Returns the hashcode for this IntrospectionTarget.
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CmtPropertyID

public CmtPropertyID(java.lang.String propertyName,
                     java.lang.Class propertyType,
                     boolean isBound,
                     boolean isConstrained)
Create the id for the given property.

Method Detail

hashCode

public int hashCode()
Returns the hashcode for this IntrospectionTarget.

Overrides:
hashCode in class java.lang.Object

equals

public boolean equals(java.lang.Object compareTo)
Overrides:
equals in class java.lang.Object

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1)

E13403-04

Copyright © 1997, 2010, Oracle. All rights reserved.