Package | Description |
---|---|
edu.uoc.recetario.arquitectura.messages |
Modifier and Type | Field and Description |
---|---|
private Message.Type |
Message.tipo
tipo de este mensaje
|
Modifier and Type | Method and Description |
---|---|
Message.Type |
Message.getTipo()
Devuelve el valor del campo
Message.tipo |
static Message.Type |
Message.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Message.Type[] |
Message.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
int |
MessageList.countByType(Message.Type _type)
Devuelve el número de mensajes en esta lista cuyo tipo coincide con el tipo pasado por parámetro
|
void |
Message.setTipo(Message.Type tipo)
Establece el valor del campo
Message.tipo |