public static enum StampaMappa.FormatoPagina extends java.lang.Enum<StampaMappa.FormatoPagina>
| Modifier and Type | Method and Description | 
|---|---|
static StampaMappa.FormatoPagina | 
decode(java.lang.String tipo)  | 
java.lang.String | 
getTipo()  | 
static StampaMappa.FormatoPagina | 
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. 
 | 
static StampaMappa.FormatoPagina[] | 
values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
public static final StampaMappa.FormatoPagina A4
public static final StampaMappa.FormatoPagina A3
public static final StampaMappa.FormatoPagina A2
public static final StampaMappa.FormatoPagina A1
public static final StampaMappa.FormatoPagina A0
public static StampaMappa.FormatoPagina[] values()
for (StampaMappa.FormatoPagina c : StampaMappa.FormatoPagina.values()) System.out.println(c);
public static StampaMappa.FormatoPagina 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 nullpublic java.lang.String getTipo()
public static StampaMappa.FormatoPagina decode(java.lang.String tipo)