public static enum MPPViewport.IconType extends Enum<MPPViewport.IconType>
Enum Constant and Description |
---|
DESKTOP
Type symbolizing a desktop computer.
|
NOTEBOOK
Type symbolizing a notebook.
|
SMARTPHONE
Type symbolizing a smartphone.
|
TABLET
Type symbolizing a tablet.
|
Modifier and Type | Method and Description |
---|---|
static MPPViewport.IconType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MPPViewport.IconType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MPPViewport.IconType DESKTOP
public static final MPPViewport.IconType NOTEBOOK
public static final MPPViewport.IconType TABLET
public static final MPPViewport.IconType SMARTPHONE
public static MPPViewport.IconType[] values()
for (MPPViewport.IconType c : MPPViewport.IconType.values()) System.out.println(c);
public static MPPViewport.IconType 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 nullCopyright © 2021 e-Spirit AG. All Rights Reserved. Build 5.2.210210