public static enum GenericFolderOrView.OnRefreshType extends Enum<GenericFolderOrView.OnRefreshType>
Enum Constant and Description |
---|
DISPLAY_INDICATOR |
REFRESH_DISPLAY |
REFRESH_FROM_BOTTOM |
REFRESH_FROM_TOP |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
static GenericFolderOrView.OnRefreshType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GenericFolderOrView.OnRefreshType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenericFolderOrView.OnRefreshType DISPLAY_INDICATOR
public static final GenericFolderOrView.OnRefreshType REFRESH_DISPLAY
public static final GenericFolderOrView.OnRefreshType REFRESH_FROM_TOP
public static final GenericFolderOrView.OnRefreshType REFRESH_FROM_BOTTOM
public static GenericFolderOrView.OnRefreshType[] values()
for (GenericFolderOrView.OnRefreshType c : GenericFolderOrView.OnRefreshType.values()) System.out.println(c);
public static GenericFolderOrView.OnRefreshType 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 getPropertyName()
Copyright © 2019–2021 HCL. All rights reserved.