| Package | Description |
|---|---|
| org.atlasapi.content |
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.from(Class<? extends Described> entity)
Deprecated.
|
static EntityType |
EntityType.from(Described entity)
Deprecated.
|
static EntityType |
EntityType.from(String s)
Deprecated.
|
EntityType |
ParentRef.getType() |
EntityType |
ChildRef.getType() |
static EntityType |
EntityType.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ChildRef(Id id,
String sortKey,
org.joda.time.DateTime updated,
EntityType type) |
ChildRef(long id,
String sortKey,
org.joda.time.DateTime updated,
EntityType type) |
ParentRef(Id id,
EntityType type) |
ParentRef(long id,
EntityType type) |
Copyright © 2014. All rights reserved.