Serializable
, Comparable<StaticContext.CopyNamespacesModeProperty>
public static enum StaticContext.CopyNamespacesModeProperty extends Enum<StaticContext.CopyNamespacesModeProperty>
Enum Constant | Description |
---|---|
NOPRESERVE_INHERIT |
|
NOPRESERVE_NOINHERIT |
|
PRESERVE_INHERIT |
|
PRESERVE_NOINHERIT |
Modifier and Type | Method | Description |
---|---|---|
static StaticContext.CopyNamespacesModeProperty |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static StaticContext.CopyNamespacesModeProperty[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final StaticContext.CopyNamespacesModeProperty PRESERVE_INHERIT
public static final StaticContext.CopyNamespacesModeProperty PRESERVE_NOINHERIT
public static final StaticContext.CopyNamespacesModeProperty NOPRESERVE_INHERIT
public static final StaticContext.CopyNamespacesModeProperty NOPRESERVE_NOINHERIT
public static StaticContext.CopyNamespacesModeProperty[] values()
for (StaticContext.CopyNamespacesModeProperty c : StaticContext.CopyNamespacesModeProperty.values()) System.out.println(c);
public static StaticContext.CopyNamespacesModeProperty 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 © 2019 Apache Software Foundation. All rights reserved.