| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface CmtValue
A CmtValue is the design time model of a SourceExpression.
| Method Summary | |
|---|---|
 SourceExpression | 
getExpression()Get the SourceExpression 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(JavaType 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 | 
|---|
CmtSubcomponent getSubcomponent()
SourceExpression getExpression()
java.lang.Object getValue(JavaType type)
                          throws CmtParseException
type - the desired type to evaluate the expression as.CmtParseExceptionjava.lang.String getText()
void setText(java.lang.String text)
text - the souce to use as the expression.
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.1) E67661-01  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||