| Package | Description |
|---|---|
| org.atlasapi.content | |
| org.atlasapi.entity | |
| org.atlasapi.topic |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
ContentRef.getResourceType() |
| Modifier and Type | Method and Description |
|---|---|
abstract ResourceType |
ResourceRef.getResourceType() |
static ResourceType |
ResourceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ResourceType[] |
ResourceType.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<ResourceType> |
ResourceType.all() |
static com.google.common.base.Optional<ResourceType> |
ResourceType.fromIdentified(Identified Identified) |
static com.google.common.base.Function<Class<? extends Identified>,com.google.common.base.Optional<ResourceType>> |
ResourceType.fromIdentifiedClass() |
static com.google.common.base.Function<String,com.google.common.base.Optional<ResourceType>> |
ResourceType.fromKey() |
static com.google.common.base.Optional<ResourceType> |
ResourceType.fromKey(String key) |
static com.google.common.base.Function<ResourceType,Class<? extends Identified>> |
ResourceType.toIdentifiedClass() |
static com.google.common.base.Function<ResourceType,String> |
ResourceType.toKey() |
| Modifier and Type | Method and Description |
|---|---|
ResourceType |
TopicRef.getResourceType() |
Copyright © 2014. All rights reserved.