xjavadoc

Interface XField

public interface XField extends XMember, Type

Describe what this class does

Author: Ara Abrahamian Aslak Hellesxy

UNKNOWN: February 16, 2002 Write javadocs for interface

Method Summary
booleanisTransient()
Gets the Transient attribute of the XField object
booleanisVolatile()
Gets the Volatile attribute of the XField object

Method Detail

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