org.apache.aries.versioning.utils
Class MethodDeclaration

java.lang.Object
  extended by org.apache.aries.versioning.utils.GenericDeclaration
      extended by org.apache.aries.versioning.utils.MethodDeclaration

public class MethodDeclaration
extends GenericDeclaration


Method Summary
 boolean equals(Object obj)
           
 String getDesc()
           
 int hashCode()
           
 boolean isAbstract()
           
 
Methods inherited from class org.apache.aries.versioning.utils.GenericDeclaration
getAccess, getName, getSignature, isFinal, isPrivate, isProtected, isPublic, isStatic
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDesc

public String getDesc()

isAbstract

public boolean isAbstract()

hashCode

public int hashCode()
Overrides:
hashCode in class GenericDeclaration

equals

public boolean equals(Object obj)
Overrides:
equals in class GenericDeclaration


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.