public static enum IDouiRestInterfaceRequest.OrderByDirection extends Enum<IDouiRestInterfaceRequest.OrderByDirection>
Modifier and Type | Method and Description |
---|---|
IDouiRestInterfaceRequest.IOrderBy |
in(String field)
Returns an
ordination using this direction in the given field. |
String |
toDOUIParameter()
Returns the DOUI parameter equivalent to this enum.
|
static IDouiRestInterfaceRequest.OrderByDirection |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IDouiRestInterfaceRequest.OrderByDirection[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IDouiRestInterfaceRequest.OrderByDirection ASC
public static final IDouiRestInterfaceRequest.OrderByDirection DESC
public static IDouiRestInterfaceRequest.OrderByDirection[] values()
for (IDouiRestInterfaceRequest.OrderByDirection c : IDouiRestInterfaceRequest.OrderByDirection.values()) System.out.println(c);
public static IDouiRestInterfaceRequest.OrderByDirection 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 IDouiRestInterfaceRequest.IOrderBy in(String field)
ordination
using this direction in the given field.field
- the field.ordination
using this direction in the given field.public String toDOUIParameter()
LumisXP 12.2.0.200122 - Copyright © 2006–2020 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.