public static enum PatchXml.Namespace extends Enum<PatchXml.Namespace>
| Enum Constant and Description |
|---|
PATCH_1_0 |
PATCH_BUNDLE_1_0 |
ROLLBACK_1_0 |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
static PatchXml.Namespace |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchXml.Namespace[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchXml.Namespace PATCH_1_0
public static final PatchXml.Namespace ROLLBACK_1_0
public static final PatchXml.Namespace PATCH_BUNDLE_1_0
public static final PatchXml.Namespace UNKNOWN
public static PatchXml.Namespace[] values()
for (PatchXml.Namespace c : PatchXml.Namespace.values()) System.out.println(c);
public static PatchXml.Namespace 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 String getNamespace()
Copyright © 2014 JBoss by Red Hat. All rights reserved.