public static enum PageInfo.PageInfoFields extends Enum<PageInfo.PageInfoFields> implements WWFieldsAttributesInterface
WWFieldsAttributesInterface
Enum Constant and Description |
---|
END_CURSOR |
HAS_NEXT_PAGE |
HAS_PREVIOUS_PAGE |
START_CURSOR |
Modifier and Type | Method and Description |
---|---|
String |
getLabel() |
Class<?> |
getObjectClassType() |
static PageInfo.PageInfoFields |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PageInfo.PageInfoFields[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PageInfo.PageInfoFields START_CURSOR
public static final PageInfo.PageInfoFields END_CURSOR
public static final PageInfo.PageInfoFields HAS_NEXT_PAGE
public static final PageInfo.PageInfoFields HAS_PREVIOUS_PAGE
public static PageInfo.PageInfoFields[] values()
for (PageInfo.PageInfoFields c : PageInfo.PageInfoFields.values()) System.out.println(c);
public static PageInfo.PageInfoFields 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 getLabel()
getLabel
in interface WWFieldsAttributesInterface
public Class<?> getObjectClassType()
getObjectClassType
in interface WWFieldsAttributesInterface
Copyright © 2018 OpenNTF. All rights reserved.