vdoclet.docinfo
Class FieldInfo

java.lang.Object
  |
  +--vdoclet.docinfo.BaseInfo
        |
        +--vdoclet.docinfo.BaseElementInfo
              |
              +--vdoclet.docinfo.BaseClassElementInfo
                    |
                    +--vdoclet.docinfo.FieldInfo
All Implemented Interfaces:
Cloneable
Direct Known Subclasses:
PropertyInfo

public class FieldInfo
extends BaseClassElementInfo

Info about a Field.


Constructor Summary
FieldInfo(String type, String name)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getType()
          Get the type
 int hashCode()
           
 String toString()
          Get the canonical representation of the field as a String
 
Methods inherited from class vdoclet.docinfo.BaseClassElementInfo
getContainingClass, setContainingClass
 
Methods inherited from class vdoclet.docinfo.BaseElementInfo
getModifiers, isAbstract, isFinal, isPrivate, isProtected, isPublic, isStatic, setAbstract, setFinal, setPrivate, setProtected, setPublic, setStatic
 
Methods inherited from class vdoclet.docinfo.BaseInfo
addTag, addTag, addTags, clone, getComment, getName, getTag, getTags, getTags, getTagValue, getTagValue, setComment, setName
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FieldInfo

public FieldInfo(String type,
                 String name)
Method Detail

getType

public String getType()
Get the type


toString

public String toString()
Get the canonical representation of the field as a String

Overrides:
toString in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

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