Extension SDK 9.0.5

oracle.jdeveloper.cmt
Interface CmtPropertySetting


public interface CmtPropertySetting

the represenation of a property value in the source code


Method Summary
 java.lang.Object getLiveValue()
           
 CmtMethodCall getMethodCall()
           
 CmtProperty getProperty()
           
 CmtSubcomponent getSubcomponent()
           
 java.lang.String getValueSource()
           
 boolean isEventSetting()
           
 void setValueSource(java.lang.String value)
           
 

Method Detail

getSubcomponent

public CmtSubcomponent getSubcomponent()

getProperty

public CmtProperty getProperty()

isEventSetting

public boolean isEventSetting()

getMethodCall

public CmtMethodCall getMethodCall()

getValueSource

public java.lang.String getValueSource()

setValueSource

public void setValueSource(java.lang.String value)

getLiveValue

public java.lang.Object getLiveValue()

Extension SDK

 

Copyright © 1997, 2004, Oracle. All rights reserved.