org.apache.aries.versioning.utils
Class FieldDeclaration

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

public class FieldDeclaration
extends GenericDeclaration


Method Summary
 boolean equals(Object obj)
           
 String getDesc()
           
 Object getValue()
           
 int hashCode()
           
 
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()

getValue

public Object getValue()

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.