public static enum AssistStruct.Flag extends Enum<AssistStruct.Flag> implements INumberEnum<Integer>
Enum Constant and Description |
---|
CHOOSEWHENENABLED
TRUE if server to run on should be chosed when enabled
|
HIDDEN
TRUE if manual assistant is hidden
|
MAILANDPASTE
TRUE if this is the V3-style mail and paste macro
|
NOWEEKENDS
Do not run on weekends
|
STOREHIGHLIGHTS
TRUE if storing highlights
|
Modifier and Type | Method and Description |
---|---|
long |
getLongValue() |
Integer |
getValue() |
static AssistStruct.Flag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AssistStruct.Flag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AssistStruct.Flag HIDDEN
public static final AssistStruct.Flag NOWEEKENDS
public static final AssistStruct.Flag STOREHIGHLIGHTS
public static final AssistStruct.Flag MAILANDPASTE
public static final AssistStruct.Flag CHOOSEWHENENABLED
public static AssistStruct.Flag[] values()
for (AssistStruct.Flag c : AssistStruct.Flag.values()) System.out.println(c);
public static AssistStruct.Flag 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 Integer getValue()
getValue
in interface INumberEnum<Integer>
public long getLongValue()
getLongValue
in interface INumberEnum<Integer>
long
Copyright © 2019–2021 HCL. All rights reserved.