com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper
Enum DynamoDBMapperFieldModel.DynamoDBAttributeType
java.lang.Object
java.lang.Enum<DynamoDBMapperFieldModel.DynamoDBAttributeType>
com.amazonaws.mobileconnectors.dynamodbv2.dynamodbmapper.DynamoDBMapperFieldModel.DynamoDBAttributeType
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable<DynamoDBMapperFieldModel.DynamoDBAttributeType>
- Enclosing class:
- DynamoDBMapperFieldModel
public static enum DynamoDBMapperFieldModel.DynamoDBAttributeType
- extends java.lang.Enum<DynamoDBMapperFieldModel.DynamoDBAttributeType>
| Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
S
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType S
N
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType N
B
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType B
SS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType SS
NS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType NS
BS
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType BS
BOOL
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType BOOL
NULL
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType NULL
L
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType L
M
public static final DynamoDBMapperFieldModel.DynamoDBAttributeType M
values
public static DynamoDBMapperFieldModel.DynamoDBAttributeType[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (DynamoDBMapperFieldModel.DynamoDBAttributeType c : DynamoDBMapperFieldModel.DynamoDBAttributeType.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static DynamoDBMapperFieldModel.DynamoDBAttributeType valueOf(java.lang.String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name - the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
java.lang.NullPointerException - if the argument is null
Copyright © 2010 Amazon Web Services, Inc. All Rights Reserved.