public enum SaWsMatchKind extends Enum<SaWsMatchKind>
Enum Constant and Description |
---|
EXACT_ALL
matches if exactly all rights are existing.
|
MINIMUM_SUBSET
matches if a minimum subset of rights is existing.
|
ONE_OF
matches if at least one right is existing.
|
Modifier and Type | Method and Description |
---|---|
static com.saperion.util.MatchKind |
fromWebService(SaWsMatchKind type)
Converts the SaWsMatchKind enum to an MatchKind enum.
|
static SaWsMatchKind |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SaWsMatchKind[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SaWsMatchKind ONE_OF
public static final SaWsMatchKind EXACT_ALL
public static final SaWsMatchKind MINIMUM_SUBSET
public static SaWsMatchKind[] values()
for (SaWsMatchKind c : SaWsMatchKind.values()) System.out.println(c);
public static SaWsMatchKind 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 static com.saperion.util.MatchKind fromWebService(SaWsMatchKind type)
type
- The SaWsMatchKind enum to match.Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.