Extension SDK 10.1.2


oracle.jdeveloper.cmt
Class CmtPropertyID

java.lang.Object
  extended byoracle.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.

equals

public boolean equals(java.lang.Object compareTo)

toString

public java.lang.String toString()

Extension SDK


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