public static enum DynamoDBMapperFieldModel.DynamoDBAttributeType extends Enum<DynamoDBMapperFieldModel.DynamoDBAttributeType>
Modifier and Type | Method and Description |
---|---|
static DynamoDBMapperFieldModel.DynamoDBAttributeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DynamoDBMapperFieldModel.DynamoDBAttributeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType B
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType N
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType S
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType BS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType NS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType SS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType BOOL
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType NULL
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType L
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType M
public static DynamoDBMapperFieldModel.DynamoDBAttributeType[] values()
for (DynamoDBMapperFieldModel.DynamoDBAttributeType c : DynamoDBMapperFieldModel.DynamoDBAttributeType.values()) System.out.println(c);
public static DynamoDBMapperFieldModel.DynamoDBAttributeType 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 © 2013 Amazon Web Services, Inc. All Rights Reserved.