public enum NotaAlteracao extends Enum<NotaAlteracao>
| Modifier and Type | Method and Description |
|---|---|
static NotaAlteracao |
parse(String valueOf) |
static NotaAlteracao |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NotaAlteracao[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NotaAlteracao AC
public static final NotaAlteracao NR
public static NotaAlteracao[] values()
for (NotaAlteracao c : NotaAlteracao.values()) System.out.println(c);
public static NotaAlteracao 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 nullpublic static NotaAlteracao parse(String valueOf)
Copyright © 2023 LexML. All rights reserved.