public static enum XMLSecurityConstants.Phase extends Enum<XMLSecurityConstants.Phase>
Enum Constant and Description |
---|
POSTPROCESSING |
PREPROCESSING |
PROCESSING |
Modifier and Type | Method and Description |
---|---|
static XMLSecurityConstants.Phase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static XMLSecurityConstants.Phase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final XMLSecurityConstants.Phase PREPROCESSING
public static final XMLSecurityConstants.Phase PROCESSING
public static final XMLSecurityConstants.Phase POSTPROCESSING
public static XMLSecurityConstants.Phase[] values()
for (XMLSecurityConstants.Phase c : XMLSecurityConstants.Phase.values()) System.out.println(c);
public static XMLSecurityConstants.Phase 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 © 2000–2020 The Apache Software Foundation. All rights reserved.