public enum ViewportProfile extends Enum<ViewportProfile>
| Modifier and Type | Method and Description |
|---|---|
static ViewportProfile |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ViewportProfile[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ViewportProfile HUB_ROUND_SMALL
public static final ViewportProfile HUB_LANDSCAPE_MEDIUM
public static final ViewportProfile HUB_LANDSCAPE_LARGE
public static final ViewportProfile MOBILE_LANDSCAPE_SMALL
public static final ViewportProfile MOBILE_PORTRAIT_SMALL
public static final ViewportProfile MOBILE_LANDSCAPE_MEDIUM
public static final ViewportProfile MOBILE_PORTRAIT_MEDIUM
public static final ViewportProfile TV_LANDSCAPE_XLARGE
public static final ViewportProfile TV_PORTRAIT_MEDIUM
public static final ViewportProfile TV_LANDSCAPE_MEDIUM
public static final ViewportProfile UNKNOWN_VIEWPORT_PROFILE
public static ViewportProfile[] values()
for (ViewportProfile c : ViewportProfile.values()) System.out.println(c);
public static ViewportProfile 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 © Amazon.com, Inc. or its affiliates. All Rights Reserved.