|
Extension SDK 10.1.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A CmtValue is the design time model of a JotExpression.
Method Summary | |
JotExpression |
getExpression()
Get the JotExpression held by this CmtValue. |
CmtSubcomponent |
getSubcomponent()
Get the CmtSubcomponent, if any, referred to by this CmtValue. |
java.lang.String |
getText()
Get the expression as text. |
java.lang.Object |
getValue(JotType type)
Attempts to evaluate the expression to a live value. |
void |
setText(java.lang.String text)
Set the expression of this value based upon the given text. |
Method Detail |
public CmtSubcomponent getSubcomponent()
public JotExpression getExpression()
public java.lang.Object getValue(JotType type) throws CmtParseException
type
- the desired type to evaluate the expression as.
CmtParseException
public java.lang.String getText()
public void setText(java.lang.String text)
text
- the souce to use as the expression.
|
Extension SDK | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2004, Oracle. All rights reserved.