com.evolveum.midpoint.schema.xjc
Enum PrefixMapper
java.lang.Object
java.lang.Enum<PrefixMapper>
com.evolveum.midpoint.schema.xjc.PrefixMapper
- All Implemented Interfaces:
- Serializable, Comparable<PrefixMapper>
public enum PrefixMapper
- extends Enum<PrefixMapper>
- Author:
- lazyman
W
public static final PrefixMapper W
C
public static final PrefixMapper C
T
public static final PrefixMapper T
Q
public static final PrefixMapper Q
R_CAP
public static final PrefixMapper R_CAP
A
public static final PrefixMapper A
S
public static final PrefixMapper S
ICF_S
public static final PrefixMapper ICF_S
ICF_C
public static final PrefixMapper ICF_C
ENC
public static final PrefixMapper ENC
DSIG
public static final PrefixMapper DSIG
XSD
public static final PrefixMapper XSD
DEFAULT_PREFIX
public static final String DEFAULT_PREFIX
- See Also:
- Constant Field Values
values
public static PrefixMapper[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (PrefixMapper c : PrefixMapper.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static PrefixMapper valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
getNamespaceName
public String getNamespaceName()
getNamespace
public String getNamespace()
getPrefix
public String getPrefix()
getPrefix
public static String getPrefix(String namespace)
getNamespace
public static String getNamespace(String prefix)
Copyright © 2013 evolveum. All Rights Reserved.