public enum ReportsSystemFunction extends Enum<ReportsSystemFunction> implements ISystemFunctionId
| Enum Constant and Description |
|---|
FUN_REPORTS_SERVICES_GENERATE |
| Modifier and Type | Field and Description |
|---|---|
static String |
REPORTS_SERVICES_GENERATE |
SEPARATOR| Modifier and Type | Method and Description |
|---|---|
ISystemFunctionId[] |
getFunctions() |
static ReportsSystemFunction |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReportsSystemFunction[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOffitTo, getNamepublic static final ReportsSystemFunction FUN_REPORTS_SERVICES_GENERATE
public static final String REPORTS_SERVICES_GENERATE
public static ReportsSystemFunction[] values()
for (ReportsSystemFunction c : ReportsSystemFunction.values()) System.out.println(c);
public static ReportsSystemFunction 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 ISystemFunctionId[] getFunctions()
getFunctions in interface ISystemFunctionIdCopyright © 2021. All rights reserved.