Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.MarginProperty

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

public static class ReportDesigner.MarginProperty
extends ReportDesigner.Property


Field Summary
 
Fields inherited from interface com.ontimize.report.ReportDesigner.ReportProperty
CHOICE, DOUBLE, FILE, FLOAT, INTEGER, STRING
 
Constructor Summary
ReportDesigner.MarginProperty(java.lang.String n, java.lang.Integer 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.MarginProperty

public ReportDesigner.MarginProperty(java.lang.String n,
                                     java.lang.Integer v)

Ontimize