public enum GabaritoRadioSpotLinhaTipo extends Enum<GabaritoRadioSpotLinhaTipo>
| Modifier and Type | Method and Description |
|---|---|
static GabaritoRadioSpotLinhaTipo |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GabaritoRadioSpotLinhaTipo[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GabaritoRadioSpotLinhaTipo TEC
public static final GabaritoRadioSpotLinhaTipo SONORA
public static final GabaritoRadioSpotLinhaTipo TEXTO
public static GabaritoRadioSpotLinhaTipo[] values()
for (GabaritoRadioSpotLinhaTipo c : GabaritoRadioSpotLinhaTipo.values()) System.out.println(c);
public static GabaritoRadioSpotLinhaTipo valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.