|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<Temas> edugraf.jadix.Temas
public enum Temas
Enumeração dos temas que acompanham o Dix.
Enum Constant Summary | |
---|---|
BOI_DE_MAMÃO
|
|
CAMPECHE
|
|
GUARAPUVU
|
|
JOAQUINA
|
|
MARTIM_PESCADOR
|
|
RATONES
|
Method Summary | |
---|---|
java.lang.String |
obterNome()
Retorna a representação em String do Tema. |
static Temas |
obterTema(java.lang.String nome)
Retorna o Tema correspondente ao parâmetro String especificado. |
static Temas |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Temas[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final Temas BOI_DE_MAMÃO
public static final Temas CAMPECHE
public static final Temas GUARAPUVU
public static final Temas JOAQUINA
public static final Temas MARTIM_PESCADOR
public static final Temas RATONES
Method Detail |
---|
public static final Temas[] values()
for(Temas c : Temas.values()) System.out.println(c);
public static Temas 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 namepublic static Temas obterTema(java.lang.String nome)
nome
- o nome do tema.
public java.lang.String obterNome()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |