xjavadoc

Interface XParameter

public interface XParameter extends Type, Named

Author: Aslak Hellesxy

UNKNOWN: 25. februar 2003

Method Summary
StringgetDescription()
Gets the description of this parameter.
XTaggetParamTag()
Gets the param tag for this parameter.

Method Detail

getDescription

public String getDescription()
Gets the description of this parameter. This is the text in the param tag preceding the first token.

Returns: the description of this parameter, or null if there is no corresponding param tag.

getParamTag

public XTag getParamTag()
Gets the param tag for this parameter.

Returns: the param tag for this parameter, or null if none is specified.