public static enum SliderListBeanHelper.SliderDocType extends Enum<SliderListBeanHelper.SliderDocType>
| Modifier and Type | Method and Description |
|---|---|
String |
label() |
String |
type() |
static SliderListBeanHelper.SliderDocType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SliderListBeanHelper.SliderDocType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SliderListBeanHelper.SliderDocType Picture
public static final SliderListBeanHelper.SliderDocType Article
public static final SliderListBeanHelper.SliderDocType others
public static SliderListBeanHelper.SliderDocType[] values()
for (SliderListBeanHelper.SliderDocType c : SliderListBeanHelper.SliderDocType.values()) System.out.println(c);
public static SliderListBeanHelper.SliderDocType 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 type()
public String label()
Copyright © 2018. All rights reserved.