public static enum ConnectionRecordSet.SortableProperty extends Enum<ConnectionRecordSet.SortableProperty>
Enum Constant and Description |
---|
START_DATE
The date and time when the connection associated with the
connection record began.
|
Modifier and Type | Method and Description |
---|---|
static ConnectionRecordSet.SortableProperty |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConnectionRecordSet.SortableProperty[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConnectionRecordSet.SortableProperty START_DATE
public static ConnectionRecordSet.SortableProperty[] values()
for (ConnectionRecordSet.SortableProperty c : ConnectionRecordSet.SortableProperty.values()) System.out.println(c);
public static ConnectionRecordSet.SortableProperty 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 © 2017. All rights reserved.