- valueOf(String) - Static method in enum Funcionalidade
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum TipoAcao
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum TipoCarta
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum TipoEfeito
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum TipoJogada
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum TipoMagia
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum Funcionalidade
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum TipoAcao
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum TipoCarta
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum TipoEfeito
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum TipoJogada
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum TipoMagia
-
Returns an array containing the constants of this enum type, in
the order they are declared.