com.evolveum.midpoint.schema.xjc
Enum PrefixMapper
java.lang.Object
java.lang.Enum<PrefixMapper>
com.evolveum.midpoint.schema.xjc.PrefixMapper
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<PrefixMapper>
public enum PrefixMapper
- extends java.lang.Enum<PrefixMapper>
- Author:
- lazyman
Methods inherited from class java.lang.Enum |
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
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 java.lang.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(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is null
getNamespaceName
public java.lang.String getNamespaceName()
getNamespace
public java.lang.String getNamespace()
getPrefix
public java.lang.String getPrefix()
getPrefix
public static java.lang.String getPrefix(java.lang.String namespace)
getNamespace
public static java.lang.String getNamespace(java.lang.String prefix)
Copyright © 2012 evolveum. All Rights Reserved.