| Package | Description |
|---|---|
| com.stimulsoft.report.dictionary | |
| com.stimulsoft.report.dictionary.enums |
| Modifier and Type | Method and Description |
|---|---|
StiVariableInitBy |
StiVariable.getInitBy()
Gets or sets value which indicates that this variable will be have defalt value based on
calculation of expression which specified in Value property or based on default value.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StiVariable.setInitBy(StiVariableInitBy value) |
| Constructor and Description |
|---|
StiVariable(java.lang.String category,
java.lang.String name,
java.lang.String alias,
StiSystemType type,
java.lang.String value,
boolean readOnly,
StiVariableInitBy initBy)
Creates an object of the type StiVariable.
|
StiVariable(java.lang.String category,
java.lang.String name,
java.lang.String alias,
java.lang.String description,
StiSystemType type,
java.lang.String value,
boolean readOnly,
StiVariableInitBy initBy)
Creates an object of the type StiVariable.
|
StiVariable(java.lang.String category,
java.lang.String name,
java.lang.String alias,
java.lang.String description,
StiSystemType type,
java.lang.String value,
boolean readOnly,
StiVariableInitBy initBy,
boolean requestFromUser)
Creates an object of the type StiVariable.
|
StiVariable(java.lang.String category,
java.lang.String name,
java.lang.String alias,
java.lang.String description,
StiSystemType type,
java.lang.String value,
boolean readOnly,
StiVariableInitBy initBy,
boolean requestFromUser,
StiDialogInfo dialogInfo)
Creates an object of the type StiVariable.
|
| Modifier and Type | Method and Description |
|---|---|
static StiVariableInitBy |
StiVariableInitBy.forValue(int value) |
static StiVariableInitBy |
StiVariableInitBy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StiVariableInitBy[] |
StiVariableInitBy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 Stimulsoft. All Rights Reserved.