public static enum MateriaEdicaoTO.Ordenacao extends Enum<MateriaEdicaoTO.Ordenacao> implements Comparator<MateriaEdicaoTO>
Modifier and Type | Method and Description |
---|---|
static MateriaEdicaoTO.Ordenacao |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MateriaEdicaoTO.Ordenacao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
compare, equals
public static final MateriaEdicaoTO.Ordenacao ORDEM
public static final MateriaEdicaoTO.Ordenacao ESCALADA
public static MateriaEdicaoTO.Ordenacao[] values()
for (MateriaEdicaoTO.Ordenacao c : MateriaEdicaoTO.Ordenacao.values()) System.out.println(c);
public static MateriaEdicaoTO.Ordenacao 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.