com.thoughtworks.qdox.parser.structs
Class FieldDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.FieldDef

public class FieldDef
extends Object


Field Summary
 int dimensions
           
 Set modifiers
           
 String name
           
 String type
           
 
Constructor Summary
FieldDef()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

type

public String type

modifiers

public Set modifiers

dimensions

public int dimensions
Constructor Detail

FieldDef

public FieldDef()
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.