|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MoreControls
Indicates value validation for each component called in a Segment.
Field Summary | |
---|---|
static java.lang.String |
copyright
|
Method Summary | |
---|---|
java.lang.String |
getControlType()
This field has different usages. |
java.lang.String |
getControlValue()
The input made in this field depends on the value of the Control type field: Numeric or alphanumeric literal, name of a manually positioned work area, or subfunction code (left-aligned) called by perform in a Data Element validation. |
java.lang.String |
getNegation()
if N is specified,Negation (NOT is generated). |
java.lang.String |
getOperator()
The Operator field is directly related to the Value or Working/Special name field. |
java.lang.String |
getUpdateTarget()
This field has several different usages: To identify the target of the update; To identify the counter field defining a variable number of repetitions; To cause the redefinition of a Data Element within a Segment; To identify the external name of a DL/1 search or key field; As a continuation of a literal. |
Field Detail |
---|
static final java.lang.String copyright
Method Detail |
---|
java.lang.String getControlType()
This field has different usages. More than one entry might be needed to assign all the validation conditions, update conditions, and values that apply to a Data Element. In this case, enter the values on as many lines as needed, immediately after the line which calls the Data Element. The possible values are presented in tables from 5 to 8.
java.lang.String getControlValue()
The input made in this field depends on the value of the Control type field:
Numeric or alphanumeric literal, name of a manually positioned work area, or subfunction code (left-aligned) called by perform in a Data Element validation.
With =, > or , enter the value to be compared.
With P, enter the subfunction code to be performed. This code must be left-aligned.
With +, – or M, enter the value to be added, subtracted, or moved.
With V, enter the literal to use as the initial value.
With W, enter the first part of the literal (which extends into the next field).
With S (Pactables and SQL DBD functions), enter the letter O in the columns that correspond to the subschemas to which the Data Element belongs.
java.lang.String getNegation()
if N is specified,Negation (NOT is generated).
java.lang.String getOperator()
The Operator field is directly related to the Value or Working/Special name field. You specify if the values of the Data Element, when called in this Segment or Table, must be lower than, greater than or equal to the value indicated in the Value field or contained in the Working/Special name field. By default, the authorized values are the same as the values indicated in the -D Lines of the Data Element. The 'Values' operator is the default.
java.lang.String getUpdateTarget()
This field has several different usages:
To identify the target of the update;
To identify the counter field defining a variable number of repetitions;
To cause the redefinition of a Data Element within a Segment;
To identify the external name of a DL/1 search or key field;
As a continuation of a literal.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |