com.ontimize.report
Class ReportDesigner.MultiProperty
java.lang.Object
com.ontimize.report.ReportDesigner.MultiProperty
- All Implemented Interfaces:
- ReportDesigner.ReportProperty
- Enclosing class:
- ReportDesigner
- public static class ReportDesigner.MultiProperty
- extends java.lang.Object
- implements ReportDesigner.ReportProperty
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReportDesigner.MultiProperty
public ReportDesigner.MultiProperty(ReportDesigner.ReportProperty[] prop)
ReportDesigner.MultiProperty
public ReportDesigner.MultiProperty(ReportDesigner.ReportProperty prop)
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
getValue
public java.lang.Object getValue()
- Specified by:
getValue in interface ReportDesigner.ReportProperty
getType
public int getType()
- Specified by:
getType in interface ReportDesigner.ReportProperty
getValues
public java.lang.Object[] getValues()
- Specified by:
getValues in interface ReportDesigner.ReportProperty
addProperty
public void addProperty(ReportDesigner.ReportProperty prop)
equalsProperty
public boolean equalsProperty(ReportDesigner.ReportProperty prop)