xjavadoc
Interface XField
- All Superinterfaces:
- java.lang.Comparable, Named, Type, XMember, XProgramElement
- public interface XField
- extends XMember, Type
Describe what this class does
- Author:
- 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.XProgramElement |
getContainingClass, getContainingPackage, getDoc, getModifiers, getModifierSpecifier, getSuperElement, getSuperInterfaceElements, getXJavaDoc, isAbstract, isFinal, isPackagePrivate, isPrivate, isProtected, isPublic, isStatic, updateDoc |
Methods inherited from interface java.lang.Comparable |
compareTo |
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
Copyright © 2002-2004 XDoclet Team. All Rights Reserved.