wt.tools.xref
Class Field

java.lang.Object
  extended bywt.tools.xref.Field
All Implemented Interfaces:
WriteHtmlInterface

public class Field
extends Object
implements WriteHtmlInterface


Field Summary
(package private)  boolean d_final
          Indicates whether or not the field is a final field.
(package private)  String d_name
           
(package private)  ClassInterface d_owner
           
(package private)  Hashtable d_referencedBy
          This container stores references to Method objects that reference this Field in the system.
(package private)  boolean d_static
          Indicates whether or not the field is a static field.
(package private)  String d_type
           
 
Constructor Summary
Field(String type, String name, ClassInterface owner)
          constructor
 
Method Summary
 boolean getFinal()
           
 String getName()
           
 ClassInterface getOwner()
           
 boolean getStatic()
           
 String getType()
           
 void setFinal(boolean value)
           
 void setStatic(boolean value)
           
 String toFileName()
          This method implements the WriteHtmlInterface.
 String toHrefDisplayString()
          This method implements the WriteHtmlInterface.
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

d_referencedBy

Hashtable d_referencedBy
This container stores references to Method objects that reference this Field in the system.


d_type

String d_type

d_name

String d_name

d_owner

ClassInterface d_owner

d_static

boolean d_static
Indicates whether or not the field is a static field.


d_final

boolean d_final
Indicates whether or not the field is a final field.

Constructor Detail

Field

public Field(String type,
             String name,
             ClassInterface owner)
constructor

Method Detail

getType

public String getType()

getName

public String getName()

getOwner

public ClassInterface getOwner()

getStatic

public boolean getStatic()

setStatic

public void setStatic(boolean value)

getFinal

public boolean getFinal()

setFinal

public void setFinal(boolean value)

toString

public String toString()

toFileName

public String toFileName()
This method implements the WriteHtmlInterface.

Specified by:
toFileName in interface WriteHtmlInterface

toHrefDisplayString

public String toHrefDisplayString()
This method implements the WriteHtmlInterface.

Specified by:
toHrefDisplayString in interface WriteHtmlInterface