public enum SystemFileKind extends Enum<SystemFileKind>
Enum Constant and Description |
---|
ANY
This enumeration member represents any type of File.
|
ANY_NOSYS
This enumeration member represents any type of File but excludes system wide files.
|
DEFS
This enumeration member represents document definitions (ddc).
|
DEFS_NOSYS
This enumeration member represents document definitions (ddc) but excludes system wide files.
|
MACROS
This enumeration member represents saperion macros (bas).
|
MACROS_NOSYS
This enumeration member represents saperion macros (bas) but excludes system wide files.
|
MASK_XML
This enumeration member represents forms in xml format.
|
MASKS
This enumeration member represents forms (qbe).
|
MASKS_NOSYS
This enumeration member represents forms (qbe) but excludes system wide files.
|
WFPROCESS
This enumeration member represents workflow processes (dfd).
|
WFPROCESS_NOSYS
This enumeration member represents workflow processes (dfd) but excludes system wide files.
|
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 © 2020 Hyland Software Germany GmbH. All rights reserved.