|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<IControladorAmostragem.Estado>
tempcontroller.base.IControladorAmostragem.Estado
public static enum IControladorAmostragem.Estado
Estado corrente do controlador de amostragem.
| Enum Constant Summary | |
|---|---|
CANCELADO
A programação foi encerrada pelo usuário. |
|
EM_AMOSTRAGEM
Temperatura está de acordo com a amostrage atual. |
|
ESPERANDO_RETORNO_TEMPERATURA
Durante a amostragem atual, o controlador de temperatura saiu da temperatura aceita. |
|
ESPERANDO_TEMPERATURA_INICIAL
Esperando que o controlador de temperatura chegue à temperatura definida pela amostragem atual. |
|
NAO_INICIADO
Com programação válida mas não iniciado. |
|
PREPARA_AMOSTRAGEM
Preparando a amostragem para iniciar a sua execução. |
|
PROGRAMACAO_TERMINADA
A programação das amostragens terminou com sucesso. |
|
SEM_PROGRAMACAO
Sem nenhuma programação. |
|
| Method Summary | |
|---|---|
static IControladorAmostragem.Estado |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static IControladorAmostragem.Estado[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, 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 IControladorAmostragem.Estado SEM_PROGRAMACAO
public static final IControladorAmostragem.Estado NAO_INICIADO
public static final IControladorAmostragem.Estado PREPARA_AMOSTRAGEM
public static final IControladorAmostragem.Estado ESPERANDO_TEMPERATURA_INICIAL
public static final IControladorAmostragem.Estado EM_AMOSTRAGEM
public static final IControladorAmostragem.Estado ESPERANDO_RETORNO_TEMPERATURA
public static final IControladorAmostragem.Estado PROGRAMACAO_TERMINADA
public static final IControladorAmostragem.Estado CANCELADO
| Method Detail |
|---|
public static IControladorAmostragem.Estado[] values()
for (IControladorAmostragem.Estado c : IControladorAmostragem.Estado.values()) System.out.println(c);
public static IControladorAmostragem.Estado 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 name
java.lang.NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||