Package | Description |
---|---|
com.equilibrium.model |
Modifier and Type | Method and Description |
---|---|
Collection.CollectionType |
Collection.getCollectionType() |
static Collection.CollectionType |
Collection.CollectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Collection.CollectionType[] |
Collection.CollectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Collection.setCollectionType(Collection.CollectionType collectionType) |
Constructor and Description |
---|
Collection(String name,
String description,
Collection.CollectionType collectionType,
List<String> categories) |
Collection(String name,
String description,
Collection.CollectionType collectionType,
String... categories) |
Copyright © 2014 Equilibrium. All rights reserved.