public enum RenderAtClient extends Enum<RenderAtClient>
| Modifier and Type | Method and Description |
|---|---|
static RenderAtClient |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RenderAtClient[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RenderAtClient YES
public static final RenderAtClient NO
public static final RenderAtClient AUTO
public static RenderAtClient[] values()
for (RenderAtClient c : RenderAtClient.values()) System.out.println(c);
public static RenderAtClient 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 © 1982–2023 Adobe Systems Incorporated. All rights reserved.