@Deprecated public enum EntityType extends Enum<EntityType>
| Enum Constant and Description |
|---|
BRAND
Deprecated.
|
CLIP
Deprecated.
|
CONTAINER
Deprecated.
|
CONTENT_GROUP
Deprecated.
|
EPISODE
Deprecated.
|
FILM
Deprecated.
|
ITEM
Deprecated.
|
PERSON
Deprecated.
|
SERIES
Deprecated.
|
SONG
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
from(Class<? extends Described> entity)
Deprecated.
|
static EntityType |
from(Described entity)
Deprecated.
|
static EntityType |
from(String s)
Deprecated.
|
Class<? extends Described> |
getModelClass()
Deprecated.
|
String |
toString()
Deprecated.
|
static EntityType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EntityType ITEM
public static final EntityType CLIP
public static final EntityType EPISODE
public static final EntityType FILM
public static final EntityType SONG
public static final EntityType CONTAINER
public static final EntityType CONTENT_GROUP
public static final EntityType BRAND
public static final EntityType SERIES
public static final EntityType PERSON
public static EntityType[] values()
for (EntityType c : EntityType.values()) System.out.println(c);
public static EntityType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant
with the specified nameNullPointerException - if the argument is nullpublic String toString()
toString in class Enum<EntityType>public static EntityType from(String s)
public static EntityType from(Described entity)
public static EntityType from(Class<? extends Described> entity)
Copyright © 2014. All rights reserved.