public static enum SlideShowTransition.MorphTypeEnum extends Enum<SlideShowTransition.MorphTypeEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
SlideShowTransition.MorphTypeEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static SlideShowTransition.MorphTypeEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static SlideShowTransition.MorphTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SlideShowTransition.MorphTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SlideShowTransition.MorphTypeEnum BYOBJECT
public static final SlideShowTransition.MorphTypeEnum BYWORD
public static final SlideShowTransition.MorphTypeEnum BYCHAR
public static SlideShowTransition.MorphTypeEnum[] values()
for (SlideShowTransition.MorphTypeEnum c : SlideShowTransition.MorphTypeEnum.values()) System.out.println(c);
public static SlideShowTransition.MorphTypeEnum 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 getValue()
public String toString()
toString in class Enum<SlideShowTransition.MorphTypeEnum>public static SlideShowTransition.MorphTypeEnum fromValue(String text)
Copyright © 2025. All rights reserved.