public static enum PaginationAttributeGroup.SetReq extends Enum<PaginationAttributeGroup.SetReq>
| Enum Constant and Description |
|---|
DELETE_SET |
EMPTY |
STATIC |
| Modifier and Type | Method and Description |
|---|---|
static PaginationAttributeGroup.SetReq |
forValue(String value) |
String |
value() |
static PaginationAttributeGroup.SetReq |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PaginationAttributeGroup.SetReq[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PaginationAttributeGroup.SetReq STATIC
public static final PaginationAttributeGroup.SetReq DELETE_SET
public static final PaginationAttributeGroup.SetReq EMPTY
private String value
public static PaginationAttributeGroup.SetReq[] values()
for (PaginationAttributeGroup.SetReq c : PaginationAttributeGroup.SetReq.values()) System.out.println(c);
public static PaginationAttributeGroup.SetReq 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 static PaginationAttributeGroup.SetReq forValue(String value)
public String value()
Copyright © 1999–2015. All rights reserved.