public interface IParameterValue extends IBaseField
Modifier and Type | Method and Description |
---|---|
Object |
actualValue()
The value of the param.
|
void |
actualValue(Object pVal)
The value of the param.
|
Object |
defaultValue()
The default value of the parameter.
|
String |
description()
The parameter description.
|
boolean |
isUsed()
Checks if the parameter is used.
|
String |
name()
The parameter's name.
|
com4j.Com4jObject |
ownerEntity()
The owner entity.
|
autoPost, autoPost, field, field, id, modified, post, refresh, undo, virtual
isLocked, lockObject, unLockObject
String name()
The parameter's name.
Getter method for the COM property "Name"
String description()
The parameter description.
Getter method for the COM property "Description"
com4j.Com4jObject ownerEntity()
The owner entity.
Getter method for the COM property "OwnerEntity"
Object defaultValue()
The default value of the parameter.
Getter method for the COM property "DefaultValue"
Object actualValue()
The value of the param.
Getter method for the COM property "ActualValue"
void actualValue(Object pVal)
The value of the param.
Setter method for the COM property "ActualValue"
pVal
- Mandatory java.lang.Object parameter.boolean isUsed()
Checks if the parameter is used.
Getter method for the COM property "IsUsed"
Copyright © 2020. All rights reserved.