public static enum CertConstraints.Combinator extends Enum<CertConstraints.Combinator>
Modifier and Type | Method and Description |
---|---|
static CertConstraints.Combinator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CertConstraints.Combinator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertConstraints.Combinator ANY
public static final CertConstraints.Combinator ALL
public static CertConstraints.Combinator[] values()
for (CertConstraints.Combinator c : CertConstraints.Combinator.values()) System.out.println(c);
public static CertConstraints.Combinator 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 nullApache CXF