public static enum WSIBPValidator.Code extends java.lang.Enum<WSIBPValidator.Code>
| Enum Constant and Description |
|---|
R2201 |
R2204 |
R2205 |
R2210 |
R2303 |
R2304 |
R2306 |
R2401 |
R2701 |
R2702 |
R2705 |
R2706 |
R2710 |
R2716 |
R2717 |
R2718 |
R2720 |
R2721 |
R2726 |
R2754 |
| Modifier and Type | Method and Description |
|---|---|
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.
|
public static final WSIBPValidator.Code R2201
public static final WSIBPValidator.Code R2204
public static final WSIBPValidator.Code R2205
public static final WSIBPValidator.Code R2210
public static final WSIBPValidator.Code R2303
public static final WSIBPValidator.Code R2304
public static final WSIBPValidator.Code R2306
public static final WSIBPValidator.Code R2401
public static final WSIBPValidator.Code R2701
public static final WSIBPValidator.Code R2702
public static final WSIBPValidator.Code R2705
public static final WSIBPValidator.Code R2706
public static final WSIBPValidator.Code R2710
public static final WSIBPValidator.Code R2716
public static final WSIBPValidator.Code R2717
public static final WSIBPValidator.Code R2718
public static final WSIBPValidator.Code R2720
public static final WSIBPValidator.Code R2721
public static final WSIBPValidator.Code R2726
public static final WSIBPValidator.Code R2754
public static WSIBPValidator.Code[] values()
for (WSIBPValidator.Code c : WSIBPValidator.Code.values()) System.out.println(c);
public static WSIBPValidator.Code valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullCopyright © 2005-2016 FuseSource. All Rights Reserved.