public interface IBaseParam extends IBaseField
Modifier and Type | Method and Description |
---|---|
String |
desc()
The parameter description.
|
void |
desc(String pVal)
The parameter description.
|
String |
name()
The component parameter's name.
|
void |
name(String pVal)
The component parameter's name.
|
int |
order()
The position of the parameter in the set of parameters of the same component.
|
void |
order(int pVal)
The position of the parameter in the set of parameters of the same component.
|
String |
value()
The parameter's default value.
|
void |
value(String pVal)
The parameter's default value.
|
String |
valueType()
The parameter type.
|
void |
valueType(String pVal)
The parameter type.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The component parameter's name.
Getter method for the COM property "Name"
void name(String pVal)
The component parameter's name.
Setter method for the COM property "Name"
pVal
- Mandatory java.lang.String parameter.String value()
The parameter's default value.
Getter method for the COM property "Value"
void value(String pVal)
The parameter's default value.
Setter method for the COM property "Value"
pVal
- Mandatory java.lang.String parameter.String desc()
The parameter description.
Getter method for the COM property "Desc"
void desc(String pVal)
The parameter description.
Setter method for the COM property "Desc"
pVal
- Mandatory java.lang.String parameter.String valueType()
The parameter type. For example Date, String, number, etc.
Getter method for the COM property "ValueType"
void valueType(String pVal)
The parameter type. For example Date, String, number, etc.
Setter method for the COM property "ValueType"
pVal
- Mandatory java.lang.String parameter.int order()
The position of the parameter in the set of parameters of the same component.
Getter method for the COM property "Order"
void order(int pVal)
The position of the parameter in the set of parameters of the same component.
Setter method for the COM property "Order"
pVal
- Mandatory int parameter.Copyright © 2020. All rights reserved.