public enum SectionClassifyBy extends Enum<SectionClassifyBy>
| Modifier and Type | Method and Description |
|---|---|
static SectionClassifyBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SectionClassifyBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SectionClassifyBy FAMILY
public static final SectionClassifyBy CLUSTER
public static final SectionClassifyBy DATE
public static final SectionClassifyBy NONE
public static SectionClassifyBy[] values()
for (SectionClassifyBy c : SectionClassifyBy.values()) System.out.println(c);
public static SectionClassifyBy 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 nullCopyright © 2020. All rights reserved.