public enum EDocTy extends Enum<EDocTy>
Document type - ACC/WRH/WRHLN/WRHBTH/ITSR/ITSRLN/ITSRBTH/ DRAW/DRAWLN/DRAWBTH.
| Enum Constant and Description |
|---|
ACC
0 only accounting entries.
|
DRAW
7 makes draw item entries.
|
DRAWBTH
9 document and lines make draw item entries.
|
DRAWLN
8 lines make draw item entries.
|
ITSR
4 it is draw item source.
|
ITSRBTH
6 document and lines are draw item sources.
|
ITSRDRAW
11 document is source and also make draw item.
|
ITSRDRAWLN
10 document is source and lines make draw item entries.
|
ITSRLN
5 lines are draw item sources.
|
WRH
1 makes warehouse entries.
|
WRHBTH
3 document and lines make warehouse entries.
|
WRHLN
2 lines make warehouse entries.
|
| Modifier and Type | Method and Description |
|---|---|
static EDocTy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EDocTy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EDocTy ACC
0 only accounting entries.
public static final EDocTy WRH
1 makes warehouse entries.
public static final EDocTy WRHLN
2 lines make warehouse entries.
public static final EDocTy WRHBTH
3 document and lines make warehouse entries.
public static final EDocTy ITSR
4 it is draw item source.
public static final EDocTy ITSRLN
5 lines are draw item sources.
public static final EDocTy ITSRBTH
6 document and lines are draw item sources.
public static final EDocTy DRAW
7 makes draw item entries.
public static final EDocTy DRAWLN
8 lines make draw item entries.
public static final EDocTy DRAWBTH
9 document and lines make draw item entries.
public static final EDocTy ITSRDRAWLN
10 document is source and lines make draw item entries.
public static final EDocTy ITSRDRAW
11 document is source and also make draw item.
public static EDocTy[] values()
for (EDocTy c : EDocTy.values()) System.out.println(c);
public static EDocTy valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2019. All rights reserved.