| Package | Description |
|---|---|
| org.atlasapi.criteria.attribute | |
| org.atlasapi.topic |
| Modifier and Type | Field and Description |
|---|---|
static Attribute<Topic.Type> |
Attributes.TOPIC_TYPE |
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Topic.Type> |
Topic.Type.TYPE_KEY_LOOKUP
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Topic.Type |
Topic.Type.fromKey(String key) |
static Topic.Type |
Topic.Type.fromKey(String key,
Topic.Type deflt) |
Topic.Type |
Topic.getType() |
static Topic.Type |
Topic.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Topic.Type[] |
Topic.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.collect.ImmutableSet<Topic.Type> |
Topic.Type.all() |
static com.google.common.base.Function<String,com.google.common.base.Optional<Topic.Type>> |
Topic.Type.fromKey() |
static com.google.common.base.Function<Topic.Type,String> |
Topic.Type.toKey() |
| Modifier and Type | Method and Description |
|---|---|
static Topic.Type |
Topic.Type.fromKey(String key,
Topic.Type deflt) |
void |
Topic.setType(Topic.Type type) |
Copyright © 2014. All rights reserved.