@Generated(value="OracleSDKGenerator", comments="API Version: 20210610") public enum JreSortBy extends Enum<JreSortBy> implements BmcEnum
The field to sort Java Runtimes.
Enum Constant and Description |
---|
ApproximateApplicationCount |
ApproximateInstallationCount |
ApproximateManagedInstanceCount |
Distribution |
OsName |
SecurityStatus |
TimeFirstSeen |
TimeLastSeen |
Vendor |
Version |
Modifier and Type | Method and Description |
---|---|
static JreSortBy |
create(String key) |
String |
getValue() |
static JreSortBy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JreSortBy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JreSortBy Distribution
public static final JreSortBy TimeFirstSeen
public static final JreSortBy TimeLastSeen
public static final JreSortBy Vendor
public static final JreSortBy Version
public static final JreSortBy ApproximateInstallationCount
public static final JreSortBy ApproximateApplicationCount
public static final JreSortBy ApproximateManagedInstanceCount
public static final JreSortBy OsName
public static final JreSortBy SecurityStatus
public static JreSortBy[] values()
for (JreSortBy c : JreSortBy.values()) System.out.println(c);
public static JreSortBy 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 © 2016–2024. All rights reserved.