@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public enum FillingType extends Enum<FillingType>
| Enum Constant and Description |
|---|
Backfill |
Backfill_value |
Frontfill |
Frontfill_value |
Futurefill |
Futurefill_value |
Middlefill |
Middlefill_value |
| Modifier and Type | Method and Description |
|---|---|
static FillingType |
fromValue(String value)
Use this in place of valueOf.
|
String |
toString() |
static FillingType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FillingType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final FillingType Frontfill
public static final FillingType Middlefill
public static final FillingType Backfill
public static final FillingType Futurefill
public static final FillingType Frontfill_value
public static final FillingType Middlefill_value
public static final FillingType Backfill_value
public static final FillingType Futurefill_value
public static FillingType[] values()
for (FillingType c : FillingType.values()) System.out.println(c);
public static FillingType 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 toString()
toString in class Enum<FillingType>public static FillingType fromValue(String value)
value - real valueIllegalArgumentException - If the specified value does not map to one of the known values in this enum.Copyright © 2023. All rights reserved.