Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.SRCProperty

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.Property
      extended bycom.ontimize.report.ReportDesigner.SRCProperty
All Implemented Interfaces:
ReportDesigner.ReportProperty
Enclosing class:
ReportDesigner

public static class ReportDesigner.SRCProperty
extends ReportDesigner.Property


Field Summary
 
Fields inherited from interface com.ontimize.report.ReportDesigner.ReportProperty
CHOICE, DOUBLE, FILE, FLOAT, INTEGER, STRING
 
Constructor Summary
ReportDesigner.SRCProperty(ReportDesigner.ReportImage r)
           
 
Method Summary
 void setValue(java.lang.Object v)
           
 
Methods inherited from class com.ontimize.report.ReportDesigner.Property
getName, getType, getValue, getValues, isRequired
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportDesigner.SRCProperty

public ReportDesigner.SRCProperty(ReportDesigner.ReportImage r)
Method Detail

setValue

public void setValue(java.lang.Object v)
Specified by:
setValue in interface ReportDesigner.ReportProperty
Overrides:
setValue in class ReportDesigner.Property

Ontimize