public static enum IMessageBrowser.HideMethod extends Enum<IMessageBrowser.HideMethod>
Enum Constant and Description |
---|
ALL
to mask the entire string
|
FIRSTHALF
to only mask the first half of the string
|
Modifier and Type | Method and Description |
---|---|
static IMessageBrowser.HideMethod |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IMessageBrowser.HideMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IMessageBrowser.HideMethod ALL
public static final IMessageBrowser.HideMethod FIRSTHALF
public static IMessageBrowser.HideMethod[] values()
for (IMessageBrowser.HideMethod c : IMessageBrowser.HideMethod.values()) System.out.println(c);
public static IMessageBrowser.HideMethod 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 © 2023 Frank!Framework. All rights reserved.