edu.qut.cs.rcmd.common.importer.mongo
Enum MongoDatasetImportSupport.CollectionFieldName
java.lang.Object
java.lang.Enum<MongoDatasetImportSupport.CollectionFieldName>
edu.qut.cs.rcmd.common.importer.mongo.MongoDatasetImportSupport.CollectionFieldName
- All Implemented Interfaces:
- Serializable, Comparable<MongoDatasetImportSupport.CollectionFieldName>
- Enclosing class:
- MongoDatasetImportSupport
public static enum MongoDatasetImportSupport.CollectionFieldName
- extends Enum<MongoDatasetImportSupport.CollectionFieldName>
user_id
public static final MongoDatasetImportSupport.CollectionFieldName user_id
item_id
public static final MongoDatasetImportSupport.CollectionFieldName item_id
tag
public static final MongoDatasetImportSupport.CollectionFieldName tag
time
public static final MongoDatasetImportSupport.CollectionFieldName time
values
public static MongoDatasetImportSupport.CollectionFieldName[] 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 (MongoDatasetImportSupport.CollectionFieldName c : MongoDatasetImportSupport.CollectionFieldName.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static MongoDatasetImportSupport.CollectionFieldName valueOf(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:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
Copyright © 2012. All Rights Reserved.