oracle.jdeveloper.cmt
Class CmtPropertyID
java.lang.Object
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 |
CmtPropertyID
public CmtPropertyID(java.lang.String propertyName,
java.lang.Class propertyType,
boolean isBound,
boolean isConstrained)
- Create the id for the given property.
hashCode
public int hashCode()
- Returns the hashcode for this IntrospectionTarget.
equals
public boolean equals(java.lang.Object compareTo)
toString
public java.lang.String toString()
Copyright © 1997, 2004, Oracle. All rights reserved.