public enum DynamicContentType extends Enum<DynamicContentType>
| Enum Constant and Description |
|---|
BARCODE |
QR_CODE |
STREAMED_CONTENT |
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DynamicContentType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamicContentType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamicContentType STREAMED_CONTENT
public static final DynamicContentType BARCODE
public static final DynamicContentType QR_CODE
public static DynamicContentType[] values()
for (DynamicContentType c : DynamicContentType.values()) System.out.println(c);
public static DynamicContentType 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 toString()
toString in class Enum<DynamicContentType>Copyright © 2015. All rights reserved.