|
Extension SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The JotUnaryExpression
interface represents a unary expression.
A unary expression consists of an operator and an operand expression; and takes
the form:
+5 !isEnabled() ~value
Field Summary |
Method Summary | |
JotExpression |
getOperand()
Retrieves the operand expression. |
java.lang.String |
getOperator()
Retrieves the operator associated with this unary expression. |
void |
setOperand(java.lang.String exp)
Sets the operand expression. |
void |
setOperator(java.lang.String oper)
Sets the operator associated with this unary expression. |
Methods inherited from interface oracle.jdeveloper.jot.JotElement |
getElementName, getElementType, getEndOffset, getID, getJotWorkArea, getParent, getStartOffset, isExistent, isReadOnly, isStructureKnown, setParent |
Method Detail |
public java.lang.String getOperator()
public void setOperator(java.lang.String oper)
public JotExpression getOperand()
public void setOperand(java.lang.String exp)
exp
- the new expression string.
|
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.