public enum TipoRemetente extends Enum<TipoRemetente>
Enum Constant and Description |
---|
concluinte |
unidade |
Modifier and Type | Method and Description |
---|---|
String |
getDescription() |
static TipoRemetente |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TipoRemetente[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TipoRemetente concluinte
public static final TipoRemetente unidade
public static TipoRemetente[] values()
for (TipoRemetente c : TipoRemetente.values()) System.out.println(c);
public static TipoRemetente 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 String getDescription()
Copyright © 2007-2021 Universidade Federal do ParanĂ¡ - UFPR. All Rights Reserved.