public enum MediaDeliveryCloudState extends java.lang.Enum<MediaDeliveryCloudState>
GUID.UID_MEDIA_DELIVERY_CLOUD_STATE
Enum Constant and Description |
---|
MASTER_IMAGE_IS_PUBLISHED
Master image is published in Media Delivery Cloud
|
MASTER_IMAGE_IS_PUBLISHED_ON_PREMISE
Master image is published in Media Delivery onPremise
|
ORIGINAL_ASSET_IS_PUBLISHED
Original asset is published in Media Delivery Cloud
|
ORIGINAL_ASSET_IS_PUBLISHED_ON_PREMISE
Original asset is published in Media Delivery onPremise
|
Modifier and Type | Method and Description |
---|---|
static MediaDeliveryCloudState |
find(int id) |
int |
getID() |
java.lang.String |
toString() |
static MediaDeliveryCloudState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MediaDeliveryCloudState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MediaDeliveryCloudState ORIGINAL_ASSET_IS_PUBLISHED
public static final MediaDeliveryCloudState MASTER_IMAGE_IS_PUBLISHED
public static final MediaDeliveryCloudState ORIGINAL_ASSET_IS_PUBLISHED_ON_PREMISE
public static final MediaDeliveryCloudState MASTER_IMAGE_IS_PUBLISHED_ON_PREMISE
public static MediaDeliveryCloudState[] values()
for (MediaDeliveryCloudState c : MediaDeliveryCloudState.values()) System.out.println(c);
public static MediaDeliveryCloudState valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static MediaDeliveryCloudState find(int id)
public int getID()
public java.lang.String toString()
toString
in class java.lang.Enum<MediaDeliveryCloudState>
www.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.