|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TextLineTypeValues>
com.ibm.pdp.maf.rpp.pac.text.TextLineTypeValues
public enum TextLineTypeValues
List of Text line types.
Enum Constant Summary | |
---|---|
_1
Skip 1 line | |
_2
Skip 2 lines | |
_3
Skip 3 lines | |
_4
Skip 4 lines | |
_5
Skip 5 lines | |
_6
Skip 6 lines | |
_7
Skip 7 lines | |
_8
Skip 8 lines | |
_9
Skip 9 lines | |
_B
Same as type 'I' plus possibility to enter codes of User Entity instances longer than 6 characters. |
|
_D
Detail line allowing Activity Calculation | |
_E
Same as type 'J' plus possibility to enter codes of User Entity instances longer than 6 characters. |
|
_F
Headingl line allowing Activity Calculation | |
_I
This code is used to assign text lines to instances displayed in this section line. |
|
_J
Explicit end of assignment to a VA Pac entity, to User Entity instances with a code of less than six characters, or to instances of all other entity types. |
|
_K
'K' Section title.It will appear in a Volume. |
|
_L
Section title. |
|
_Y
This type of line allows you to make a reference to one Text instance and/or to one section. |
|
EQUAL
Same as type 'K' but the title will be underlined with the '=' character. |
|
MINUS
Same as type 'K' but the title will be underlined with the '-' (dash) character. |
|
NONE
Default value. |
|
PLUS
'+' Same as type 'K' but the title will be underlined with the '+' character. |
|
STAR
Skip one page | |
UNDER
Same as type 'K' but the title will be underlined with the '_' (underscore) character. |
Method Summary | |
---|---|
static TextLineTypeValues |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TextLineTypeValues[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TextLineTypeValues _1
Skip 1 line
public static final TextLineTypeValues _2
Skip 2 lines
public static final TextLineTypeValues _3
Skip 3 lines
public static final TextLineTypeValues _4
Skip 4 lines
public static final TextLineTypeValues _5
Skip 5 lines
public static final TextLineTypeValues _6
Skip 6 lines
public static final TextLineTypeValues _7
Skip 7 lines
public static final TextLineTypeValues _8
Skip 8 lines
public static final TextLineTypeValues _9
Skip 9 lines
public static final TextLineTypeValues _B
Same as type 'I' plus possibility to enter codes of User Entity instances longer than 6 characters.
public static final TextLineTypeValues _D
Detail line allowing Activity Calculation
public static final TextLineTypeValues _E
Same as type 'J' plus possibility to enter codes of User Entity instances longer than 6 characters.
public static final TextLineTypeValues _F
Headingl line allowing Activity Calculation
public static final TextLineTypeValues _I
This code is used to assign text lines to instances displayed in this section line.
public static final TextLineTypeValues _J
Explicit end of assignment to a VA Pac entity, to User Entity instances with a code of less than six characters, or to instances of all other entity types. If there is no data in the Text line field, text assignment terminates for all instances. You may selectively end the text assignment for given entity types/instance codes or for all instances of given entity types.
public static final TextLineTypeValues _K
'K' Section title.It will appear in a Volume.
public static final TextLineTypeValues _L
Section title. Default value when creating a new section. It will not appear in a Volume.
public static final TextLineTypeValues _Y
This type of line allows you to make a reference to one Text instance and/or to one section. It is possible to make a reference to a section of the current Text instance.
public static final TextLineTypeValues EQUAL
Same as type 'K' but the title will be underlined with the '=' character.
public static final TextLineTypeValues MINUS
Same as type 'K' but the title will be underlined with the '-' (dash) character.
public static final TextLineTypeValues NONE
Default value.
public static final TextLineTypeValues PLUS
'+' Same as type 'K' but the title will be underlined with the '+' character.
public static final TextLineTypeValues STAR
Skip one page
public static final TextLineTypeValues UNDER
Same as type 'K' but the title will be underlined with the '_' (underscore) character.
Method Detail |
---|
public static TextLineTypeValues valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static TextLineTypeValues[] values()
for (TextLineTypeValues c : TextLineTypeValues.values()) System.out.println(c);
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |