public static enum SPConstants.SPVersion extends Enum<SPConstants.SPVersion>
Modifier and Type | Method and Description |
---|---|
String |
getNamespace() |
String |
getPrefix() |
SPConstants |
getSPConstants() |
static SPConstants.SPVersion |
getSPVersion(String namespace) |
static SPConstants.SPVersion |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SPConstants.SPVersion[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SPConstants.SPVersion SP11
public static final SPConstants.SPVersion SP12
public static final SPConstants.SPVersion SP13
public static SPConstants.SPVersion[] values()
for (SPConstants.SPVersion c : SPConstants.SPVersion.values()) System.out.println(c);
public static SPConstants.SPVersion 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 static SPConstants.SPVersion getSPVersion(String namespace)
public SPConstants getSPConstants()
public String getNamespace()
public String getPrefix()
Copyright © 2016 JBoss by Red Hat. All rights reserved.