public interface IBaseField2
extends com4j.Com4jObject
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
autoUnlock()
 Indicates whether to make the item changeable to other users automatically after a Refresh or Post. 
 | 
void | 
autoUnlock(boolean pVal)
 Indicates whether to make the item changeable to other users automatically after a Refresh or Post. 
 | 
IMultiValue | 
fieldMultiValue(String fieldName)
 The MultiValue object of the specified field. 
 | 
void | 
fieldMultiValue(String fieldName,
               IMultiValue pMultiValue)
 The MultiValue object of the specified field. 
 | 
boolean autoUnlock()
Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
Getter method for the COM property "AutoUnlock"
void autoUnlock(boolean pVal)
Indicates whether to make the item changeable to other users automatically after a Refresh or Post.
Setter method for the COM property "AutoUnlock"
pVal - Mandatory boolean parameter.IMultiValue fieldMultiValue(String fieldName)
The MultiValue object of the specified field.
Getter method for the COM property "FieldMultiValue"
fieldName - Mandatory java.lang.String parameter.void fieldMultiValue(String fieldName, IMultiValue pMultiValue)
The MultiValue object of the specified field.
Setter method for the COM property "FieldMultiValue"
fieldName - Mandatory java.lang.String parameter.pMultiValue - Mandatory otaclient.IMultiValue parameter.Copyright © 2020. All rights reserved.