public static enum VariableInstanceQueryDtoSorting.SortOrderEnum extends Enum<VariableInstanceQueryDtoSorting.SortOrderEnum>
Modifier and Type | Class and Description |
---|---|
static class |
VariableInstanceQueryDtoSorting.SortOrderEnum.Adapter |
Modifier and Type | Method and Description |
---|---|
static VariableInstanceQueryDtoSorting.SortOrderEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static VariableInstanceQueryDtoSorting.SortOrderEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VariableInstanceQueryDtoSorting.SortOrderEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VariableInstanceQueryDtoSorting.SortOrderEnum ASC
public static final VariableInstanceQueryDtoSorting.SortOrderEnum DESC
public static VariableInstanceQueryDtoSorting.SortOrderEnum[] values()
for (VariableInstanceQueryDtoSorting.SortOrderEnum c : VariableInstanceQueryDtoSorting.SortOrderEnum.values()) System.out.println(c);
public static VariableInstanceQueryDtoSorting.SortOrderEnum 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()
public String toString()
toString
in class Enum<VariableInstanceQueryDtoSorting.SortOrderEnum>
public static VariableInstanceQueryDtoSorting.SortOrderEnum fromValue(String value)
Copyright © 2022. All rights reserved.