jdk/src/share/classes/com/sun/beans/finder/Signature.java

Print this page

        

*** 60,69 **** --- 60,81 ---- this.type = type; this.name = name; this.args = args; } + Class<?> getType() { + return this.type; + } + + String getName() { + return this.name; + } + + Class<?>[] getArgs() { + return this.args; + } + /** * Indicates whether some other object is "equal to" this one. * * @param object the reference object with which to compare * @return {@code true} if this object is the same as the