|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The JotParameter represents a method or catch clause
parameter. A parameter has a type and a name. Paramters may also
have the final modifier.
| Method Summary | |
JotType |
getType()
Retrieves the type of this parameter. |
void |
setType(java.lang.String newType)
Sets the base type of this parameter. |
| Methods inherited from interface oracle.jdeveloper.jot.JotHasModifiers |
getModifiers, setModifiers |
| Methods inherited from interface oracle.jdeveloper.jot.JotNameable |
getName, setName |
| Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
| Method Detail |
public JotType getType()
public void setType(java.lang.String newType)
throws JotException
newType - the new type for this paramter.
JotException - if this parameter's type cannot be modified.
|
Extension SDK | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright ©1997, 2003, Oracle. All rights reserved.