public static enum CollectionEntry.SpecialValue extends Enum<CollectionEntry.SpecialValue>
Enum Constant and Description |
---|
ANYUNREAD
Special value to check if the collection entry or any descendant is unread
|
CHILDCOUNT
Special value to read child count of collection entry
|
DESCENDANTCOUNT
Special value to read descendant count of collection entry
|
INDEXPOSITION
Special value to read collection index position of collection entry
|
SEQUENCENUMBER
Special value to read sequence number of collection entry
|
SEQUENCETIME
Special value to read sequence number of collection entry
|
SIBLINGCOUNT
Special value to read sibling count of collection entry
|
UNREAD
Special value to check if the collection entry is unread
|
Modifier and Type | Method and Description |
---|---|
String |
getValue() |
static CollectionEntry.SpecialValue |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CollectionEntry.SpecialValue[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CollectionEntry.SpecialValue INDEXPOSITION
public static final CollectionEntry.SpecialValue CHILDCOUNT
public static final CollectionEntry.SpecialValue SIBLINGCOUNT
public static final CollectionEntry.SpecialValue DESCENDANTCOUNT
public static final CollectionEntry.SpecialValue SEQUENCENUMBER
public static final CollectionEntry.SpecialValue SEQUENCETIME
public static final CollectionEntry.SpecialValue UNREAD
public static final CollectionEntry.SpecialValue ANYUNREAD
public static CollectionEntry.SpecialValue[] values()
for (CollectionEntry.SpecialValue c : CollectionEntry.SpecialValue.values()) System.out.println(c);
public static CollectionEntry.SpecialValue 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 getValue()
Copyright © 2019–2021 HCL. All rights reserved.