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:
java.io.Serializable, java.lang.Comparable<PrefixMapper>

public enum PrefixMapper
extends java.lang.Enum<PrefixMapper>

Author:
lazyman

Enum Constant Summary
A
           
C
           
DSIG
           
ENC
           
ICF_C
           
ICF_S
           
R
           
R_CAP
           
S
           
W
           
XSD
           
 
Field Summary
static java.lang.String DEFAULT_PREFIX
           
 
Method Summary
 java.lang.String getNamespace()
           
static java.lang.String getNamespace(java.lang.String prefix)
           
 java.lang.String getNamespaceName()
           
 java.lang.String getPrefix()
           
static java.lang.String getPrefix(java.lang.String namespace)
           
static PrefixMapper valueOf(java.lang.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

R

public static final PrefixMapper R

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 java.lang.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(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.