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