Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.Y2Property

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

public static class ReportDesigner.Y2Property
extends ReportDesigner.Property


Field Summary
 
Fields inherited from interface com.ontimize.report.ReportDesigner.ReportProperty
CHOICE, DOUBLE, FILE, FLOAT, INTEGER, STRING
 
Constructor Summary
ReportDesigner.Y2Property(ReportDesigner.ReportComponent 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.Y2Property

public ReportDesigner.Y2Property(ReportDesigner.ReportComponent 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