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