|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface represents a JavaDoc tagged paragraph. A tagged paragraph is a line in a documentation comment which begins with a '@' and is followed by a keyword. For more information see section 18.4 in the Java Language Specification.
Field Summary | |
static int |
AUTHOR
|
static int |
DEPRECATED
Deprecated. doc tag type. |
static int |
EXCEPTION
|
static int |
PARAM
|
static int |
RETURN
|
static int |
SEE
|
static int |
UNKNOWN
unknown doc tag type. |
static int |
VERSION
|
Method Summary | |
java.lang.String |
getParam1()
Returns the first parameter of the document tag. |
java.lang.String |
getParam2()
Returns the second parameter of the document tag. |
int |
getType()
Returns the type of this document tag. |
void |
setParam1(java.lang.String text)
Sets the first parameter of the document tag. |
void |
setParam2(java.lang.String text)
Sets the second parameter of the document tag. |
Methods inherited from interface com.borland.jbuilder.jot.JotMarker |
addUserData, getEndPosition, getStartPosition, getUserData |
Field Detail |
public static final int SEE
tag type.
public static final int VERSION
public static final int AUTHOR
public static final int RETURN
public static final int PARAM
public static final int EXCEPTION
public static final int DEPRECATED
public static final int UNKNOWN
Method Detail |
public int getType()
SEE
,
VERSION
,
AUTHOR
,
RETURN
,
PARAM
,
EXCEPTION
,
DEPRECATED
,
UNKNOWN
public java.lang.String getParam1()
name
is the first parameter in the following document tag:
- Parameters:
name
- the name of the parameter
public void setParam1(java.lang.String text)
name
is the first parameter in the following document tag:
- Parameters:
name
- the name of the parameter
public java.lang.String getParam2()
name
is the second parameter in the following document tag:
- Parameters:
name
- the name of the parameter
public void setParam2(java.lang.String text)
name
is the second parameter in the following document tag:
- Parameters:
name
- the name of the parameter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |