public interface ICustomizationField
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
columnName()
The column name.
|
String |
columnType()
The database column type: char, date, memo, number, or time.
|
void |
columnType(String pVal)
The database column type: char, date, memo, number, or time.
|
String |
defaultValue()
The default value of the field.
|
void |
defaultValue(String pVal)
The default value of the field.
|
String |
editMask()
The input mask for string fields.
|
void |
editMask(String pVal)
The input mask for string fields.
|
String |
editStyle()
For HP use.
|
void |
editStyle(String pVal)
For HP use.
|
int |
fieldSize()
The size of the field in the database.
|
void |
fieldSize(int pVal)
The size of the field in the database.
|
int |
grantModifyMask()
The bit mask that indicates which user groups can modify the field.
|
void |
grantModifyMask(int pVal)
The bit mask that indicates which user groups can modify the field.
|
boolean |
isActive()
Indicates if the field is active.
|
void |
isActive(boolean pVal)
Indicates if the field is active.
|
boolean |
isByCode()
Indicates if the field stores the Tree Node ID, rather than the passed value.
|
void |
isByCode(boolean pVal)
Indicates if the field stores the Tree Node ID, rather than the passed value.
|
boolean |
isCanFilter()
Checks if the field is filter-enabled.
|
void |
isCanFilter(boolean pVal)
Checks if the field is filter-enabled.
|
boolean |
isCustomizable()
Indicates if the field is displayed in the customization user interface.
|
void |
isCustomizable(boolean pVal)
Indicates if the field is displayed in the customization user interface.
|
boolean |
isEdit()
Indicates if the field can be edited.
|
void |
isEdit(boolean pVal)
Indicates if the field can be edited.
|
boolean |
isHistory()
Indicates if change history is stored for the field.
|
void |
isHistory(boolean pVal)
Indicates if change history is stored for the field.
|
boolean |
isKeepValue()
For HP use.
|
void |
isKeepValue(boolean pVal)
For HP use.
|
boolean |
isKey()
Checks if the field is a database key field.
|
void |
isKey(boolean pVal)
Checks if the field is a database key field.
|
boolean |
isMail()
Indicates if Users on the list to be notified of changes are notified when this field is changed.
|
void |
isMail(boolean pVal)
Indicates if Users on the list to be notified of changes are notified when this field is changed.
|
boolean |
isRequired()
Checks if the field is required.
|
void |
isRequired(boolean pVal)
Checks if the field is required.
|
boolean |
isSystem()
Checks if the field is a system field.
|
void |
isSystem(boolean pVal)
Checks if the field is a system field.
|
boolean |
isToSum()
For HP use.
|
void |
isToSum(boolean pVal)
For HP use.
|
boolean |
isTransitionLogic()
Indicates if the field has transition logic.
|
void |
isTransitionLogic(boolean pVal)
Indicates if the field has transition logic.
|
boolean |
isVerify()
Indicates if the field requires verification.
|
void |
isVerify(boolean pVal)
Indicates if the field requires verification.
|
int |
isVisibleInNewBug()
Indicates if the field is visible for the specified groups in a new defect form.
|
void |
isVisibleInNewBug(int pVal)
Indicates if the field is visible for the specified groups in a new defect form.
|
int |
keyOrder()
The position of the field in multi-field database key (1-based).
|
void |
keyOrder(int pVal)
The position of the field in multi-field database key (1-based).
|
com4j.Com4jObject |
list()
The CustomizationList assigned to the field.
|
void |
list(com4j.Com4jObject pVal)
The CustomizationList assigned to the field.
|
boolean |
newCreated()
Indicates if the field was created but not posted to the server.
|
void |
newCreated(boolean pVal)
Indicates if the field was created but not posted to the server.
|
int |
ownerSensibleMask()
The bit mask that indicates for which groups this field can be modified only by its owner.
|
void |
ownerSensibleMask(int pVal)
The bit mask that indicates for which groups this field can be modified only by its owner.
|
Object |
rootId()
If the field contains a list, the ID of the list root node.
|
void |
rootId(Object pVal)
If the field contains a list, the ID of the list root node.
|
String |
tableName()
The name of the table that stores the active field.
|
int |
type()
The Field type.
|
void |
type(int pVal)
The Field type.
|
boolean |
updated()
Indicates if the object has been modified since the last download from the server.
|
void |
updated(boolean pVal)
Indicates if the object has been modified since the last download from the server.
|
String |
userColumnType()
The user column type: char, number, date, memo, or empty string.
|
void |
userColumnType(String pVal)
The user column type: char, number, date, memo, or empty string.
|
String |
userLabel()
A user-defined field label.
|
void |
userLabel(String pVal)
A user-defined field label.
|
boolean |
versionControl()
Indicates if the field is under version control.
|
void |
versionControl(boolean pVal)
Indicates if the field is under version control.
|
int |
visibleForGroups()
The bit mask that indicates which user groups can see this field.
|
void |
visibleForGroups(int pVal)
The bit mask that indicates which user groups can see this field.
|
String userLabel()
A user-defined field label.
Getter method for the COM property "UserLabel"
void userLabel(String pVal)
A user-defined field label.
Setter method for the COM property "UserLabel"
pVal
- Mandatory java.lang.String parameter.String tableName()
The name of the table that stores the active field.
Getter method for the COM property "TableName"
String editStyle()
For HP use. The field's edit mask.
Getter method for the COM property "EditStyle"
void editStyle(String pVal)
For HP use. The field's edit mask.
Setter method for the COM property "EditStyle"
pVal
- Mandatory java.lang.String parameter.boolean isSystem()
Checks if the field is a system field.
Getter method for the COM property "IsSystem"
void isSystem(boolean pVal)
Checks if the field is a system field.
Setter method for the COM property "IsSystem"
pVal
- Mandatory boolean parameter.boolean isCanFilter()
Checks if the field is filter-enabled.
Getter method for the COM property "IsCanFilter"
void isCanFilter(boolean pVal)
Checks if the field is filter-enabled.
Setter method for the COM property "IsCanFilter"
pVal
- Mandatory boolean parameter.boolean isKey()
Checks if the field is a database key field.
Getter method for the COM property "IsKey"
void isKey(boolean pVal)
Checks if the field is a database key field.
Setter method for the COM property "IsKey"
pVal
- Mandatory boolean parameter.int keyOrder()
The position of the field in multi-field database key (1-based).
Getter method for the COM property "KeyOrder"
void keyOrder(int pVal)
The position of the field in multi-field database key (1-based).
Setter method for the COM property "KeyOrder"
pVal
- Mandatory int parameter.boolean isActive()
Indicates if the field is active. Inactive user-defined fields are not visible in the user interface.
Getter method for the COM property "IsActive"
void isActive(boolean pVal)
Indicates if the field is active. Inactive user-defined fields are not visible in the user interface.
Setter method for the COM property "IsActive"
pVal
- Mandatory boolean parameter.boolean isEdit()
Indicates if the field can be edited.
Getter method for the COM property "IsEdit"
void isEdit(boolean pVal)
Indicates if the field can be edited.
Setter method for the COM property "IsEdit"
pVal
- Mandatory boolean parameter.boolean isHistory()
Indicates if change history is stored for the field.
Getter method for the COM property "IsHistory"
void isHistory(boolean pVal)
Indicates if change history is stored for the field.
Setter method for the COM property "IsHistory"
pVal
- Mandatory boolean parameter.boolean isMail()
Indicates if Users on the list to be notified of changes are notified when this field is changed.
Getter method for the COM property "IsMail"
void isMail(boolean pVal)
Indicates if Users on the list to be notified of changes are notified when this field is changed.
Setter method for the COM property "IsMail"
pVal
- Mandatory boolean parameter.boolean isVerify()
Indicates if the field requires verification.
Getter method for the COM property "IsVerify"
void isVerify(boolean pVal)
Indicates if the field requires verification.
Setter method for the COM property "IsVerify"
pVal
- Mandatory boolean parameter.boolean isByCode()
Indicates if the field stores the Tree Node ID, rather than the passed value.
Getter method for the COM property "IsByCode"
void isByCode(boolean pVal)
Indicates if the field stores the Tree Node ID, rather than the passed value.
Setter method for the COM property "IsByCode"
pVal
- Mandatory boolean parameter.boolean isRequired()
Checks if the field is required.
Getter method for the COM property "IsRequired"
void isRequired(boolean pVal)
Checks if the field is required.
Setter method for the COM property "IsRequired"
pVal
- Mandatory boolean parameter.String userColumnType()
The user column type: char, number, date, memo, or empty string.
Getter method for the COM property "UserColumnType"
void userColumnType(String pVal)
The user column type: char, number, date, memo, or empty string.
Setter method for the COM property "UserColumnType"
pVal
- Mandatory java.lang.String parameter.boolean isKeepValue()
For HP use. Indicates if the last value for the field is stored.
Getter method for the COM property "IsKeepValue"
void isKeepValue(boolean pVal)
For HP use. Indicates if the last value for the field is stored.
Setter method for the COM property "IsKeepValue"
pVal
- Mandatory boolean parameter.boolean isCustomizable()
Indicates if the field is displayed in the customization user interface.
Getter method for the COM property "IsCustomizable"
void isCustomizable(boolean pVal)
Indicates if the field is displayed in the customization user interface.
Setter method for the COM property "IsCustomizable"
pVal
- Mandatory boolean parameter.int fieldSize()
The size of the field in the database. For BLOB fields, the size is -1.
Getter method for the COM property "FieldSize"
void fieldSize(int pVal)
The size of the field in the database. For BLOB fields, the size is -1.
Setter method for the COM property "FieldSize"
pVal
- Mandatory int parameter.String columnName()
The column name.
Getter method for the COM property "ColumnName"
String columnType()
The database column type: char, date, memo, number, or time.
Getter method for the COM property "ColumnType"
void columnType(String pVal)
The database column type: char, date, memo, number, or time.
Setter method for the COM property "ColumnType"
pVal
- Mandatory java.lang.String parameter.String editMask()
The input mask for string fields.
Getter method for the COM property "EditMask"
void editMask(String pVal)
The input mask for string fields.
Setter method for the COM property "EditMask"
pVal
- Mandatory java.lang.String parameter.com4j.Com4jObject list()
The CustomizationList assigned to the field.
Getter method for the COM property "List"
void list(com4j.Com4jObject pVal)
The CustomizationList assigned to the field.
Setter method for the COM property "List"
pVal
- Mandatory com4j.Com4jObject parameter.Object rootId()
If the field contains a list, the ID of the list root node. If not, RootId is NULL.
Getter method for the COM property "RootId"
void rootId(Object pVal)
If the field contains a list, the ID of the list root node. If not, RootId is NULL.
Setter method for the COM property "RootId"
pVal
- Mandatory java.lang.Object parameter.int type()
The Field type.
Getter method for the COM property "Type"
void type(int pVal)
The Field type.
Setter method for the COM property "Type"
pVal
- Mandatory int parameter.boolean updated()
Indicates if the object has been modified since the last download from the server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the object has been modified since the last download from the server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.int grantModifyMask()
The bit mask that indicates which user groups can modify the field.
Getter method for the COM property "GrantModifyMask"
void grantModifyMask(int pVal)
The bit mask that indicates which user groups can modify the field.
Setter method for the COM property "GrantModifyMask"
pVal
- Mandatory int parameter.int ownerSensibleMask()
The bit mask that indicates for which groups this field can be modified only by its owner.
Getter method for the COM property "OwnerSensibleMask"
void ownerSensibleMask(int pVal)
The bit mask that indicates for which groups this field can be modified only by its owner.
Setter method for the COM property "OwnerSensibleMask"
pVal
- Mandatory int parameter.int isVisibleInNewBug()
Indicates if the field is visible for the specified groups in a new defect form.
Getter method for the COM property "IsVisibleInNewBug"
void isVisibleInNewBug(int pVal)
Indicates if the field is visible for the specified groups in a new defect form.
Setter method for the COM property "IsVisibleInNewBug"
pVal
- Mandatory int parameter.boolean isTransitionLogic()
Indicates if the field has transition logic.
Getter method for the COM property "IsTransitionLogic"
void isTransitionLogic(boolean pVal)
Indicates if the field has transition logic.
Setter method for the COM property "IsTransitionLogic"
pVal
- Mandatory boolean parameter.String defaultValue()
The default value of the field.
Getter method for the COM property "DefaultValue"
void defaultValue(String pVal)
The default value of the field.
Setter method for the COM property "DefaultValue"
pVal
- Mandatory java.lang.String parameter.boolean isToSum()
For HP use. Indicates if a summation of the field can be obtained for graph presentation.
Getter method for the COM property "IsToSum"
void isToSum(boolean pVal)
For HP use. Indicates if a summation of the field can be obtained for graph presentation.
Setter method for the COM property "IsToSum"
pVal
- Mandatory boolean parameter.int visibleForGroups()
The bit mask that indicates which user groups can see this field.
Getter method for the COM property "VisibleForGroups"
void visibleForGroups(int pVal)
The bit mask that indicates which user groups can see this field.
Setter method for the COM property "VisibleForGroups"
pVal
- Mandatory int parameter.boolean versionControl()
Indicates if the field is under version control.
Getter method for the COM property "VersionControl"
void versionControl(boolean pVal)
Indicates if the field is under version control.
Setter method for the COM property "VersionControl"
pVal
- Mandatory boolean parameter.boolean newCreated()
Indicates if the field was created but not posted to the server.
Getter method for the COM property "NewCreated"
void newCreated(boolean pVal)
Indicates if the field was created but not posted to the server.
Setter method for the COM property "NewCreated"
pVal
- Mandatory boolean parameter.Copyright © 2020. All rights reserved.