Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.BooleanProperty

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.Property
      extended bycom.ontimize.report.ReportDesigner.BooleanProperty
All Implemented Interfaces:
ReportDesigner.ReportProperty
Direct Known Subclasses:
ReportDesigner.BoldProperty, ReportDesigner.BooleanPageProperty, ReportDesigner.DynamicProperty, ReportDesigner.ItalicProperty, ReportDesigner.KeepAspectRatioProperty, ReportDesigner.ScaleProperty, ReportDesigner.UnderlineProperty
Enclosing class:
ReportDesigner

public abstract static class ReportDesigner.BooleanProperty
extends ReportDesigner.Property


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

Constructor Detail

ReportDesigner.BooleanProperty

public ReportDesigner.BooleanProperty(java.lang.String name,
                                      ReportDesigner.ReportComponent r,
                                      boolean v)

Ontimize