public static enum DynamoDBUtils.DynamoDBType extends Enum<DynamoDBUtils.DynamoDBType>
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static DynamoDBUtils.DynamoDBType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBUtils.DynamoDBType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamoDBUtils.DynamoDBType DYNAMO
public static final DynamoDBUtils.DynamoDBType AVRO
public static DynamoDBUtils.DynamoDBType[] values()
for (DynamoDBUtils.DynamoDBType c : DynamoDBUtils.DynamoDBType.values()) System.out.println(c);
public static DynamoDBUtils.DynamoDBType 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<DynamoDBUtils.DynamoDBType>Copyright © 2010-2017 The Apache Software Foundation. All Rights Reserved.