Ontimize 5.2072EN

com.ontimize.report
Class ReportDesigner.Property

java.lang.Object
  extended bycom.ontimize.report.ReportDesigner.Property
All Implemented Interfaces:
ReportDesigner.ReportProperty
Direct Known Subclasses:
ReportDesigner.BooleanProperty, ReportDesigner.ColorProperty, ReportDesigner.FontNameProperty, ReportDesigner.FontSizeProperty, ReportDesigner.FormatProperty, ReportDesigner.HAlignProperty, ReportDesigner.HeightProperty, ReportDesigner.MarginProperty, ReportDesigner.NameProperty, ReportDesigner.OrientationProperty, ReportDesigner.PageFormatProperty, ReportDesigner.SRCProperty, ReportDesigner.TextProperty, ReportDesigner.TypeProperty, ReportDesigner.VAlignProperty, ReportDesigner.WeightProperty, ReportDesigner.WidthProperty, ReportDesigner.X1Property, ReportDesigner.X2Property, ReportDesigner.Y1Property, ReportDesigner.Y2Property
Enclosing class:
ReportDesigner

public abstract static class ReportDesigner.Property
extends java.lang.Object
implements ReportDesigner.ReportProperty


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

Method Detail

setValue

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

getName

public java.lang.String getName()
Specified by:
getName in interface ReportDesigner.ReportProperty

isRequired

public boolean isRequired()

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface ReportDesigner.ReportProperty

getValues

public java.lang.Object[] getValues()
Specified by:
getValues in interface ReportDesigner.ReportProperty

getType

public int getType()
Specified by:
getType in interface ReportDesigner.ReportProperty

Ontimize