Sony Addon SDK
public final enum

Status

This project is no longer being supported and will not get any further updates.
extends java.lang.Enum
  1. java.lang.Object
  2. java.lang.Enum
  3. com.sony.remotecontrol.ir.Status

Class Overview

This is a list of constants for debugging and error reporting purposes.

Summary

Enum Values
Status OK OK
Status ERROR Error
Status FATAL Fatal error, this is caused by system or hardware.
Public Methods
static Status[] values()
static Status valueOf(java.lang.String name)
static Status valueOf(int value)

Returns the enum constant of this type with the specified int value.

int value()

Returns the int value that the enum constant has.

Enum Values

public static final Status OK

OK

public static final Status ERROR

Error

public static final Status FATAL

Fatal error, this is caused by system or hardware.

Public Methods

public static Status[] values()

public static Status valueOf(java.lang.String name)

Parameters
name

public static Status valueOf(int value)

Returns the enum constant of this type with the specified int value.

Parameters
value

public int value()

Returns the int value that the enum constant has.