public static enum Overlay.Animation.AnimationTypeCase extends Enum<Overlay.Animation.AnimationTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
ANIMATION_END |
ANIMATION_FADE |
ANIMATION_STATIC |
ANIMATIONTYPE_NOT_SET |
| Modifier and Type | Method and Description |
|---|---|
static Overlay.Animation.AnimationTypeCase |
forNumber(int value) |
int |
getNumber() |
static Overlay.Animation.AnimationTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Overlay.Animation.AnimationTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Overlay.Animation.AnimationTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Overlay.Animation.AnimationTypeCase ANIMATION_STATIC
public static final Overlay.Animation.AnimationTypeCase ANIMATION_FADE
public static final Overlay.Animation.AnimationTypeCase ANIMATION_END
public static final Overlay.Animation.AnimationTypeCase ANIMATIONTYPE_NOT_SET
public static Overlay.Animation.AnimationTypeCase[] values()
for (Overlay.Animation.AnimationTypeCase c : Overlay.Animation.AnimationTypeCase.values()) System.out.println(c);
public static Overlay.Animation.AnimationTypeCase 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 null@Deprecated public static Overlay.Animation.AnimationTypeCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static Overlay.Animation.AnimationTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2022 Google LLC. All rights reserved.