xjavadoc

Interface XField

All Superinterfaces:
Comparable, Named, Type, XMember, XProgramElement
Known Implementing Classes:
FieldImpl

public interface XField
extends XMember, Type

Describe what this class does
Authors:
Ara Abrahamian
Aslak Helles?y

Method Summary

boolean
isTransient()
Gets the Transient attribute of the XField object
boolean
isVolatile()
Gets the Volatile attribute of the XField object

Methods inherited from interface xjavadoc.Named

getName

Methods inherited from interface xjavadoc.Type

getDimension, getDimensionAsString, getType

Methods inherited from interface xjavadoc.XProgramElement

getContainingClass, getContainingPackage, getDoc, getModifierSpecifier, getModifiers, getSuperElement, getSuperInterfaceElements, getXJavaDoc, isAbstract, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, updateDoc

Method Details

isTransient

public boolean isTransient()
Gets the Transient attribute of the XField object
Returns:
The Transient value

isVolatile

public boolean isVolatile()
Gets the Volatile attribute of the XField object
Returns:
The Volatile value