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