Ontimize 5.2072EN

com.ontimize.report
Interface ReportDesigner.ReportProperty

All Known Implementing Classes:
ReportDesigner.MultiProperty, ReportDesigner.Property
Enclosing interface:
ReportDesigner

public static interface ReportDesigner.ReportProperty


Field Summary
static int CHOICE
           
static int DOUBLE
           
static int FILE
           
static int FLOAT
           
static int INTEGER
           
static int STRING
           
 
Method Summary
 java.lang.String getName()
           
 int getType()
           
 java.lang.Object getValue()
           
 java.lang.Object[] getValues()
           
 void setValue(java.lang.Object v)
           
 

Field Detail

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
Method Detail

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()

Ontimize