Searched refs:object (Results 51 - 75 of 387) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/javax/sql/rowset/serial/
H A DSerialRef.java33 * A serialized mapping of a <code>Ref</code> object, which is the mapping in the
38 * object and provides methods for getting and setting the <code>Ref</code> object.
51 private Object object; field in class:SerialRef
59 * Constructs a <code>SerialRef</code> object from the given <code>Ref</code>
60 * object.
62 * @param ref a Ref object; cannot be <code>null</code>
64 * is <code>null</code>; or if the <code>Ref</code> object returns a
67 * object
71 throw new SQLException("Cannot instantiate a SerialRef object "
[all...]
/openjdk7/jdk/src/share/classes/com/sun/beans/finder/
H A DSignature.java66 * Indicates whether some other object is "equal to" this one.
68 * @param object the reference object with which to compare
69 * @return {@code true} if this object is the same as the
70 * {@code object} argument, {@code false} otherwise
74 public boolean equals(Object object) { argument
75 if (this == object) {
78 if (object instanceof Signature) {
79 Signature signature = (Signature) object;
88 * Indicates whether some object i
163 addHashCode(int code, Object object) argument
[all...]
H A DInstanceFinder.java66 T object = instantiate(type, name);
67 if (object != null) {
68 return object;
71 object = instantiate(type, null);
72 if (object != null) {
73 return object;
81 object = instantiate(type, prefix, name);
82 if (object != null) {
83 return object;
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DCopies.java91 * object. To be equivalent, all of the following conditions must be true:
94 * <CODE>object</CODE> is not null.
96 * <CODE>object</CODE> is an instance of class Copies.
98 * This copies attribute's value and <CODE>object</CODE>'s value are
102 * @param object Object to compare to.
104 * @return True if <CODE>object</CODE> is equivalent to this copies
107 public boolean equals(Object object) { argument
108 return super.equals (object) && object instanceof Copies;
H A DCopiesSupported.java93 * passed in object. To be equivalent, all of the following conditions must
97 * <CODE>object</CODE> is not null.
99 * <CODE>object</CODE> is an instance of class CopiesSupported.
101 * This copies supported attribute's members and <CODE>object</CODE>'s
105 * @param object Object to compare to.
107 * @return True if <CODE>object</CODE> is equivalent to this copies
110 public boolean equals(Object object) { argument
111 return super.equals (object) && object instanceof CopiesSupported;
H A DDestination.java76 * passed in object. To be equivalent, all of the following conditions
80 * <CODE>object</CODE> is not null.
82 * <CODE>object</CODE> is an instance of class Destination.
84 * This destination attribute's URI and <CODE>object</CODE>'s URI
88 * @param object Object to compare to.
90 * @return True if <CODE>object</CODE> is equivalent to this destination
93 public boolean equals(Object object) { argument
94 return (super.equals(object) &&
95 object instanceof Destination);
H A DDocumentName.java72 * passed in object.
76 * <CODE>object</CODE> is not null.
78 * <CODE>object</CODE> is an instance of class DocumentName.
81 * <CODE>object</CODE>'s underlying string are equal.
83 * This document name attribute's locale and <CODE>object</CODE>'s locale
87 * @param object Object to compare to.
89 * @return True if <CODE>object</CODE> is equivalent to this document
92 public boolean equals(Object object) { argument
93 return (super.equals (object) && object instanceo
[all...]
H A DJobHoldUntil.java67 * Calendar} object to construct a {@link java.util.Date Date} object, then use
68 * the {@link java.util.Date Date} object to construct the JobHoldUntil
71 * Calendar} object and set it to the {@link java.util.Date Date} from the
106 * passed in object. To be equivalent, all of the following conditions
110 * <CODE>object</CODE> is not null.
112 * <CODE>object</CODE> is an instance of class JobHoldUntil.
115 * <CODE>object</CODE>'s {@link java.util.Date Date} value are equal.
118 * @param object Object to compare to.
120 * @return True if <CODE>object</COD
123 equals(Object object) argument
[all...]
H A DJobImpressions.java97 * passed in object. To be equivalent, all of the following conditions must
101 * <CODE>object</CODE> is not null.
103 * <CODE>object</CODE> is an instance of class JobImpressions.
105 * This job impressions attribute's value and <CODE>object</CODE>'s value
109 * @param object Object to compare to.
111 * @return True if <CODE>object</CODE> is equivalent to this job
114 public boolean equals(Object object) { argument
115 return super.equals (object) && object instanceof JobImpressions;
H A DJobImpressionsSupported.java81 * to the passed in object. To be equivalent, all of the following
85 * <CODE>object</CODE> is not null.
87 * <CODE>object</CODE> is an instance of class JobImpressionsSupported.
90 * <CODE>object</CODE>'s members are the same.
93 * @param object Object to compare to.
95 * @return True if <CODE>object</CODE> is equivalent to this job
98 public boolean equals(Object object) { argument
99 return (super.equals (object) &&
100 object instanceof JobImpressionsSupported);
H A DJobKOctets.java148 * in object. To be equivalent, all of the following conditions must be
152 * <CODE>object</CODE> is not null.
154 * <CODE>object</CODE> is an instance of class JobKOctets.
156 * This job K octets attribute's value and <CODE>object</CODE>'s value
160 * @param object Object to compare to.
162 * @return True if <CODE>object</CODE> is equivalent to this job K
165 public boolean equals(Object object) { argument
166 return super.equals(object) && object instanceof JobKOctets;
H A DJobKOctetsSupported.java79 * the passed in object. To be equivalent, all of the following conditions
83 * <CODE>object</CODE> is not null.
85 * <CODE>object</CODE> is an instance of class JobKOctetsSupported.
88 * <CODE>object</CODE>'s members are the same.
91 * @param object Object to compare to.
93 * @return True if <CODE>object</CODE> is equivalent to this job K
96 public boolean equals(Object object) { argument
97 return (super.equals (object) &&
98 object instanceof JobKOctetsSupported);
H A DJobMediaSheets.java90 * passed in object. To be equivalent, all of the following conditions must
94 * <CODE>object</CODE> is not null.
96 * <CODE>object</CODE> is an instance of class JobMediaSheets.
98 * This job media sheets attribute's value and <CODE>object</CODE>'s
102 * @param object Object to compare to.
104 * @return True if <CODE>object</CODE> is equivalent to this job media
107 public boolean equals(Object object) { argument
108 return super.equals(object) && object instanceof JobMediaSheets;
H A DJobMediaSheetsSupported.java79 * to the passed in object. To be equivalent, all of the following
83 * <CODE>object</CODE> is not null.
85 * <CODE>object</CODE> is an instance of class JobMediaSheetsSupported.
88 * <CODE>object</CODE>'s members are the same.
91 * @param object Object to compare to.
93 * @return True if <CODE>object</CODE> is equivalent to this job media
96 public boolean equals(Object object) { argument
97 return (super.equals (object) &&
98 object instanceof JobMediaSheetsSupported);
H A DJobMessageFromOperator.java77 * the passed in object. To be equivalent, all of the following conditions
81 * <CODE>object</CODE> is not null.
83 * <CODE>object</CODE> is an instance of class JobMessageFromOperator.
86 * <CODE>object</CODE>'s underlying string are equal.
89 * <CODE>object</CODE>'s locale are equal.
92 * @param object Object to compare to.
94 * @return True if <CODE>object</CODE> is equivalent to this job
97 public boolean equals(Object object) { argument
98 return (super.equals (object) &&
99 object instanceo
[all...]
H A DJobName.java45 * the doc's print data representation object is a URL, or (3) any other piece
77 * object. To be equivalent, all of the following conditions must be true:
80 * <CODE>object</CODE> is not null.
82 * <CODE>object</CODE> is an instance of class JobName.
84 * This job name attribute's underlying string and <CODE>object</CODE>'s
87 * This job name attribute's locale and <CODE>object</CODE>'s locale are
91 * @param object Object to compare to.
93 * @return True if <CODE>object</CODE> is equivalent to this job name
96 public boolean equals(Object object) { argument
97 return (super.equals(object)
[all...]
H A DJobOriginatingUserName.java77 * the passed in object. To be equivalent, all of the following conditions
81 * <CODE>object</CODE> is not null.
83 * <CODE>object</CODE> is an instance of class JobOriginatingUserName.
86 * <CODE>object</CODE>'s underlying string are equal.
89 * <CODE>object</CODE>'s locale are equal.
92 * @param object Object to compare to.
94 * @return True if <CODE>object</CODE> is equivalent to this job
97 public boolean equals(Object object) { argument
98 return (super.equals (object) &&
99 object instanceo
[all...]
H A DJobPriority.java81 * in object. To be equivalent, all of the following conditions must be
85 * <CODE>object</CODE> is not null.
87 * <CODE>object</CODE> is an instance of class JobPriority.
89 * This job priority attribute's value and <CODE>object</CODE>'s value
93 * @param object Object to compare to.
95 * @return True if <CODE>object</CODE> is equivalent to this job
98 public boolean equals(Object object) { argument
99 return (super.equals (object) && object instanceof JobPriority);
H A DNumberUp.java147 * object. To be equivalent, all of the following conditions must be true:
150 * <CODE>object</CODE> is not null.
152 * <CODE>object</CODE> is an instance of class NumberUp.
154 * This number up attribute's value and <CODE>object</CODE>'s value are
158 * @param object Object to compare to.
160 * @return True if <CODE>object</CODE> is equivalent to this number up
163 public boolean equals(Object object) { argument
164 return (super.equals(object) && object instanceof NumberUp);
H A DOutputDeviceAssigned.java76 * the passed in object. To be equivalent, all of the following conditions
80 * <CODE>object</CODE> is not null.
82 * <CODE>object</CODE> is an instance of class OutputDeviceAssigned.
85 * <CODE>object</CODE>'s underlying string are equal.
88 * <CODE>object</CODE>'s locale are equal.
91 * @param object Object to compare to.
93 * @return True if <CODE>object</CODE> is equivalent to this output
96 public boolean equals(Object object) { argument
97 return (super.equals (object) &&
98 object instanceo
[all...]
H A DPrinterInfo.java72 * in object. To be equivalent, all of the following conditions must be
76 * <CODE>object</CODE> is not null.
78 * <CODE>object</CODE> is an instance of class PrinterInfo.
81 * <CODE>object</CODE>'s underlying string are equal.
83 * This printer info attribute's locale and <CODE>object</CODE>'s
87 * @param object Object to compare to.
89 * @return True if <CODE>object</CODE> is equivalent to this printer
92 public boolean equals(Object object) { argument
93 return (super.equals(object) && object instanceo
[all...]
H A DPrinterLocation.java68 * passed in object. To be equivalent, all of the following conditions
72 * <CODE>object</CODE> is not null.
74 * <CODE>object</CODE> is an instance of class PrinterLocation.
77 * <CODE>object</CODE>'s underlying string are equal.
79 * This printer location attribute's locale and <CODE>object</CODE>'s
83 * @param object Object to compare to.
85 * @return True if <CODE>object</CODE> is equivalent to this printer
88 public boolean equals(Object object) { argument
89 return (super.equals(object) && object instanceo
[all...]
H A DPrinterMakeAndModel.java66 * the passed in object. To be equivalent, all of the following conditions
70 * <CODE>object</CODE> is not null.
72 * <CODE>object</CODE> is an instance of class PrinterMakeAndModel.
75 * <CODE>object</CODE>'s underlying string are equal.
78 * <CODE>object</CODE>'s locale are equal.
81 * @param object Object to compare to.
83 * @return True if <CODE>object</CODE> is equivalent to this printer
86 public boolean equals(Object object) { argument
87 return (super.equals(object) &&
88 object instanceo
[all...]
H A DPrinterMessageFromOperator.java81 * equivalent to the passed in object. To be equivalent, all of the
85 * <CODE>object</CODE> is not null.
87 * <CODE>object</CODE> is an instance of class
91 * <CODE>object</CODE>'s underlying string are equal.
94 * <CODE>object</CODE>'s locale are equal.
97 * @param object Object to compare to.
99 * @return True if <CODE>object</CODE> is equivalent to this printer
102 public boolean equals(Object object) { argument
103 return (super.equals(object) &&
104 object instanceo
[all...]
H A DPrinterName.java70 * in object. To be equivalent, all of the following conditions must be
74 * <CODE>object</CODE> is not null.
76 * <CODE>object</CODE> is an instance of class PrinterName.
79 * <CODE>object</CODE>'s underlying string are equal.
81 * This printer name attribute's locale and <CODE>object</CODE>'s locale
85 * @param object Object to compare to.
87 * @return True if <CODE>object</CODE> is equivalent to this printer
90 public boolean equals(Object object) { argument
91 return (super.equals(object) && object instanceo
[all...]

Completed in 245 milliseconds

1234567891011>>