com.ontimize.report
Interface ReportDesigner.ReportProperty
- All Known Implementing Classes:
- ReportDesigner.MultiProperty, ReportDesigner.Property
- Enclosing interface:
- ReportDesigner
- public static interface ReportDesigner.ReportProperty
CHOICE
public static final int CHOICE
- See Also:
- Constant Field Values
INTEGER
public static final int INTEGER
- See Also:
- Constant Field Values
STRING
public static final int STRING
- See Also:
- Constant Field Values
DOUBLE
public static final int DOUBLE
- See Also:
- Constant Field Values
FILE
public static final int FILE
- See Also:
- Constant Field Values
FLOAT
public static final int FLOAT
- See Also:
- Constant Field Values
setValue
public void setValue(java.lang.Object v)
getName
public java.lang.String getName()
getValue
public java.lang.Object getValue()
getType
public int getType()
getValues
public java.lang.Object[] getValues()