public enum SystemFileKind extends Enum<SystemFileKind>
Enum Constant and Description |
---|
ANY
Any type of File.
|
ANY_NOSYS
Any type of File.
|
DEFS
A Definition File (DDC).
|
DEFS_NOSYS
A Definition File (DDC).
|
MACROS
A saperion macro.
|
MACROS_NOSYS
A saperion macro.
|
MASK_XML
Mask XML
|
MASKS
A mask.
|
MASKS_NOSYS
A mask.
|
WFPROCESS
A workflow process.
|
WFPROCESS_NOSYS
A workflow process.
|
Modifier and Type | Method and Description |
---|---|
int |
getId() |
static SystemFileKind |
getInstance(int id)
Gets the instance matching to the id.
|
boolean |
getWithDefault() |
static SystemFileKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemFileKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SystemFileKind DEFS
public static final SystemFileKind MASKS
public static final SystemFileKind MACROS
public static final SystemFileKind WFPROCESS
public static final SystemFileKind ANY
public static final SystemFileKind MASK_XML
public static final SystemFileKind DEFS_NOSYS
public static final SystemFileKind MASKS_NOSYS
public static final SystemFileKind MACROS_NOSYS
public static final SystemFileKind WFPROCESS_NOSYS
public static final SystemFileKind ANY_NOSYS
public static SystemFileKind[] values()
for (SystemFileKind c : SystemFileKind.values()) System.out.println(c);
public static SystemFileKind 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 nullpublic int getId()
public boolean getWithDefault()
public static SystemFileKind getInstance(int id)
id
- The internal backend id.Copyright © 2016 SAPERION AG. All rights reserved.