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