Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


oracle.jbo.jbotester
Class Property

java.lang.Object
  extended byoracle.jbo.jbotester.Property

All Implemented Interfaces:
com.sun.java.util.collections.Comparable

public final class Property
extends java.lang.Object
implements com.sun.java.util.collections.Comparable

Constructor Summary
Property(java.lang.String k, java.lang.String v, java.lang.String d, boolean ro, boolean n, boolean m, boolean c)
           

 

Method Summary
 int compareTo(java.lang.Object o)
          Compares this object with the specified object for order.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

Property

public Property(java.lang.String k,
                java.lang.String v,
                java.lang.String d,
                boolean ro,
                boolean n,
                boolean m,
                boolean c)

Method Detail

compareTo

public int compareTo(java.lang.Object o)
Compares this object with the specified object for order. Returns a negative integer, zero, or a positive integer as this object is less than, equal to, or greater than the specified object.
Specified by:
compareTo in interface com.sun.java.util.collections.Comparable

Oracle Application Development Framework Model and Business Components Java API Reference 10g Release 3 (10.1.3)
B16005-01


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