| Modifier and Type | Method and Description | 
|---|---|
CodeClass | 
getContainingClass()
Get the class that contains this field. 
 | 
String | 
getFullName()
Get the fully qualified name of the field. 
 | 
int | 
getModifiers()
Get the moddifiers applied to this field. 
 | 
String | 
getName()
Get the name of the field. 
 | 
CodeClass | 
getType()
Get the type of the field. 
 | 
String | 
toString()  | 
public String getFullName()
public CodeClass getContainingClass()
public int getModifiers()
Copyright © 2014 BioJava. All rights reserved.