org.apache.servicemix.soap.wsdl.validator
Enum WSIBPValidator.Code

java.lang.Object
  extended by java.lang.Enum<WSIBPValidator.Code>
      extended by org.apache.servicemix.soap.wsdl.validator.WSIBPValidator.Code
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable<WSIBPValidator.Code>
Enclosing class:
WSIBPValidator

public static enum WSIBPValidator.Code
extends java.lang.Enum<WSIBPValidator.Code>


Enum Constant Summary
R2201
           
R2204
           
R2205
           
R2210
           
R2303
           
R2304
           
R2306
           
R2401
           
R2701
           
R2702
           
R2705
           
R2706
           
R2710
           
R2716
           
R2717
           
R2718
           
R2720
           
R2721
           
R2726
           
R2754
           
 
Method Summary
static WSIBPValidator.Code valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static WSIBPValidator.Code[] 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

R2201

public static final WSIBPValidator.Code R2201

R2204

public static final WSIBPValidator.Code R2204

R2205

public static final WSIBPValidator.Code R2205

R2210

public static final WSIBPValidator.Code R2210

R2303

public static final WSIBPValidator.Code R2303

R2304

public static final WSIBPValidator.Code R2304

R2306

public static final WSIBPValidator.Code R2306

R2401

public static final WSIBPValidator.Code R2401

R2701

public static final WSIBPValidator.Code R2701

R2702

public static final WSIBPValidator.Code R2702

R2705

public static final WSIBPValidator.Code R2705

R2706

public static final WSIBPValidator.Code R2706

R2710

public static final WSIBPValidator.Code R2710

R2716

public static final WSIBPValidator.Code R2716

R2717

public static final WSIBPValidator.Code R2717

R2718

public static final WSIBPValidator.Code R2718

R2720

public static final WSIBPValidator.Code R2720

R2721

public static final WSIBPValidator.Code R2721

R2726

public static final WSIBPValidator.Code R2726

R2754

public static final WSIBPValidator.Code R2754
Method Detail

values

public static WSIBPValidator.Code[] 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 (WSIBPValidator.Code c : WSIBPValidator.Code.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static WSIBPValidator.Code 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


Copyright © 2005-2012 FuseSource. All Rights Reserved.