public class SimulationParameter
extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
private java.lang.String | 
defaultValue
The default value of this parameter as  
String. | 
private java.lang.String | 
display
The text as  
String that shall be displayed as name to the user. | 
private FieldType | 
fieldType
The  
FieldType which describes, how the formula field of this parameter shall be rendered. | 
private java.lang.String | 
name
The parameters name as  
String. | 
| Constructor and Description | 
|---|
SimulationParameter(java.lang.String nameIn,
                   java.lang.String displayIn,
                   FieldType fieldTypeIn,
                   java.lang.String defaultValueIn)
Initializes a new  
SimulationParameter object. | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.String | 
getDefaultValue()
Returns the parameters default value as  
String. | 
java.lang.String | 
getDisplay()
Returns the parameters display name as  
String. | 
FieldType | 
getFieldType()
Returns the parameters field type as  
FieldType. | 
java.lang.String | 
getName()
Returns the parameters name as  
String. | 
private java.lang.String name
String.private java.lang.String display
String that shall be displayed as name to the user.private FieldType fieldType
FieldType which describes, how the formula field of this parameter shall be rendered.private java.lang.String defaultValue
String.public SimulationParameter(java.lang.String nameIn,
                   java.lang.String displayIn,
                   FieldType fieldTypeIn,
                   java.lang.String defaultValueIn)
SimulationParameter object.nameIn - The parameters name as String.displayIn - The text as String that shall be displayed as name to the user.fieldTypeIn - The FieldType which describes how the formula field for this parameter shall be 
                          rendered.defaultValueIn - The default value of this parameter as String.public final java.lang.String getName()
String.String.public final java.lang.String getDisplay()
String.String.public final FieldType getFieldType()
FieldType.FieldType.public final java.lang.String getDefaultValue()
String.String.