| Package | Description |
|---|---|
| com.entertainment |
| Modifier and Type | Method and Description |
|---|---|
Television.DisplayType |
Television.getDisplay() |
static Television.DisplayType |
Television.DisplayType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Television.DisplayType[] |
Television.DisplayType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Television.setDisplay(Television.DisplayType display) |
| Constructor and Description |
|---|
Television(String brand,
int volume,
Television.DisplayType display) |
Television(String brand,
Television.DisplayType display) |