com.evolveum.midpoint.schema.xjc
Enum PrefixMapper

java.lang.Object
  extended by java.lang.Enum<PrefixMapper>
      extended by com.evolveum.midpoint.schema.xjc.PrefixMapper
All Implemented Interfaces:
Serializable, Comparable<PrefixMapper>

public enum PrefixMapper
extends Enum<PrefixMapper>

Author:
lazyman

Enum Constant Summary
A
           
C
           
DSIG
           
ENC
           
ICF_C
           
ICF_S
           
Q
           
R_CAP
           
S
           
T
           
W
           
XSD
           
 
Field Summary
static String DEFAULT_PREFIX
           
 
Method Summary
 String getNamespace()
           
static String getNamespace(String prefix)
           
 String getNamespaceName()
           
 String getPrefix()
           
static String getPrefix(String namespace)
           
static PrefixMapper valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PrefixMapper[] values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 
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
 

Enum Constant Detail

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
Field Detail

DEFAULT_PREFIX

public static final String DEFAULT_PREFIX
See Also:
Constant Field Values
Method Detail

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.