Package com.kaltura.client.enums
Enum UiConfObjType
- java.lang.Object
-
- java.lang.Enum<UiConfObjType>
-
- com.kaltura.client.enums.UiConfObjType
-
- All Implemented Interfaces:
EnumAsInt,Serializable,Comparable<UiConfObjType>
public enum UiConfObjType extends Enum<UiConfObjType> implements EnumAsInt
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADVANCED_EDITORAPP_STUDIOCLIENTSIDE_ENCODERCLIPPERCONTRIBUTION_WIZARDKMC_ACCOUNTKMC_ANALYTICSKMC_CONTENTKMC_DASHBOARDKMC_GENERALKMC_LOGINKMC_ROLES_AND_PERMISSIONSKRECORDKSRKUPLOADPLAYERPLAYER_SLPLAYER_V3PLAYLISTSIMPLE_EDITORWEBCASTING
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static UiConfObjTypeget(Integer value)intgetValue()voidsetValue(int value)static UiConfObjTypevalueOf(String name)Returns the enum constant of this type with the specified name.static UiConfObjType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
PLAYER
public static final UiConfObjType PLAYER
-
CONTRIBUTION_WIZARD
public static final UiConfObjType CONTRIBUTION_WIZARD
-
SIMPLE_EDITOR
public static final UiConfObjType SIMPLE_EDITOR
-
ADVANCED_EDITOR
public static final UiConfObjType ADVANCED_EDITOR
-
PLAYLIST
public static final UiConfObjType PLAYLIST
-
APP_STUDIO
public static final UiConfObjType APP_STUDIO
-
KRECORD
public static final UiConfObjType KRECORD
-
PLAYER_V3
public static final UiConfObjType PLAYER_V3
-
KMC_ACCOUNT
public static final UiConfObjType KMC_ACCOUNT
-
KMC_ANALYTICS
public static final UiConfObjType KMC_ANALYTICS
-
KMC_CONTENT
public static final UiConfObjType KMC_CONTENT
-
KMC_DASHBOARD
public static final UiConfObjType KMC_DASHBOARD
-
KMC_LOGIN
public static final UiConfObjType KMC_LOGIN
-
PLAYER_SL
public static final UiConfObjType PLAYER_SL
-
CLIENTSIDE_ENCODER
public static final UiConfObjType CLIENTSIDE_ENCODER
-
KMC_GENERAL
public static final UiConfObjType KMC_GENERAL
-
KMC_ROLES_AND_PERMISSIONS
public static final UiConfObjType KMC_ROLES_AND_PERMISSIONS
-
CLIPPER
public static final UiConfObjType CLIPPER
-
KSR
public static final UiConfObjType KSR
-
KUPLOAD
public static final UiConfObjType KUPLOAD
-
WEBCASTING
public static final UiConfObjType WEBCASTING
-
-
Method Detail
-
values
public static UiConfObjType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (UiConfObjType c : UiConfObjType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static UiConfObjType valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
setValue
public void setValue(int value)
-
get
public static UiConfObjType get(Integer value)
-
-