Lines Matching defs:that

210      * @return The unboxed type of the class that this ModelClass represents or this if it isn't a
219 * @return The boxed type of the class that this ModelClass represents or this if it isn't a
225 * Returns whether or not the type associated with <code>that</code> can be assigned to
226 * the type associated with this ModelClass. If this and that only require boxing or unboxing
229 * @param that the ModelClass to compare.
230 * @return true if <code>that</code> requires only boxing or if <code>that</code> is an
233 public abstract boolean isAssignableFrom(ModelClass that);
241 * @param args The types that the method should accept.
264 * @param numParameters The number of parameters that the method should take
281 * Returns the public method with the name <code>name</code> with the parameters that
286 * @param args The arguments that the method should accept
310 * If this represents a class, the super class that it extends is returned. If this
311 * represents an interface, the interface that this extends is returned.
313 * if it is java.lang.Object or an interface that does not extend any other type.
315 * @return The class or interface that this ModelClass extends or null.
320 * @return A String representation of the class or interface that this represents, not
347 * Since when this class is available. Important for Binding expressions so that we don't
378 * Returns the getter method or field that the name refers to.
383 * @return the getter method or field that the name refers to or null if none can be found.
517 * Finds public methods that matches the given name exactly. These may be resolved into