public enum SortOrderType extends Enum<SortOrderType>
| Modifier and Type | Method and Description |
|---|---|
static SortOrderType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SortOrderType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SortOrderType BY_NAME
public static final SortOrderType BY_PROXY
public static final SortOrderType BY_NEXT_VESTING_WITHDRAWAL
public static final SortOrderType BY_ACCOUNT
public static final SortOrderType BY_EXPIRATION
public static final SortOrderType BY_EFFECTIVE_DATE
public static final SortOrderType BY_VOTE_NAME
public static final SortOrderType BY_SCHEDULE_TIME
public static final SortOrderType BY_ACCOUNT_WITNESS
public static final SortOrderType BY_WITNESS_ACCOUNT
public static final SortOrderType BY_FROM_ID
public static final SortOrderType BY_RATIFICATION_DEADLINE
public static final SortOrderType BY_WITHDRAW_ROUTE
public static final SortOrderType BY_DESTINATION
public static final SortOrderType BY_COMPLETE_FROM_ID
public static final SortOrderType BY_TO_COMPLETE
public static final SortOrderType BY_DELEGATION
public static final SortOrderType BY_ACCOUNT_EXPIRATION
public static final SortOrderType BY_CONVERSION_DATE
public static final SortOrderType BY_CASHOUT_TIME
public static final SortOrderType BY_PERMLINK
public static final SortOrderType BY_ROOT
public static final SortOrderType BY_PARENT
public static final SortOrderType BY_LAST_UPDATE
public static final SortOrderType BY_AUTHOR_LAST_UPDATE
public static final SortOrderType BY_COMMENT_VOTER
public static final SortOrderType BY_VOTER_COMMENT
public static final SortOrderType BY_VOTER_LAST_UPDATE
public static final SortOrderType BY_COMMENT_WEIGHT_VOTER
public static final SortOrderType BY_PRICE
public static SortOrderType[] values()
for (SortOrderType c : SortOrderType.values()) System.out.println(c);
public static SortOrderType 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 © 2019. All rights reserved.