public static enum MailPiece.Use extends java.lang.Enum<MailPiece.Use>
| Enum Constant and Description |
|---|
BLENDER |
CERTIFIED |
EXTRACTED |
MODIFIED |
| Modifier and Type | Method and Description |
|---|---|
static MailPiece.Use |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MailPiece.Use[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MailPiece.Use EXTRACTED
public static final MailPiece.Use CERTIFIED
public static final MailPiece.Use MODIFIED
public static final MailPiece.Use BLENDER
public static MailPiece.Use[] values()
for (MailPiece.Use c : MailPiece.Use.values()) System.out.println(c);
public static MailPiece.Use 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 null