Class ContentClass
- java.lang.Object
-
- org.jainslee.resources.diameter.rf.types.vb80.ContentClass
-
- All Implemented Interfaces:
Serializable
,Enumerated
public class ContentClass extends Object implements Serializable, Enumerated
Java class to represent the ContentClass enumerated type. Documentation from the relevant specification: The Content-Class AVP (AVP code 1220) is of type Enumerated and classifies the content of the MM to the highest content class to which the MM belongs, as defined in MMS Encapsulation [209].- Author:
- Open Cloud
- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static int
_CONTENT_BASIC
static int
_CONTENT_RICH
static int
_IMAGE_BASIC
static int
_IMAGE_RICH
static int
_MEGAPIXEL
static int
_TEXT
static int
_VIDEO_BASIC
static int
_VIDEO_RICH
static ContentClass
CONTENT_BASIC
static ContentClass
CONTENT_RICH
static ContentClass
IMAGE_BASIC
static ContentClass
IMAGE_RICH
static ContentClass
MEGAPIXEL
static ContentClass
TEXT
static ContentClass
VIDEO_BASIC
static ContentClass
VIDEO_RICH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentClass
fromInt(int type)
int
getValue()
Return the value of this instance of this enumerated type.String
toString()
-
-
-
Field Detail
-
_TEXT
public static final int _TEXT
- See Also:
- Constant Field Values
-
_IMAGE_BASIC
public static final int _IMAGE_BASIC
- See Also:
- Constant Field Values
-
_IMAGE_RICH
public static final int _IMAGE_RICH
- See Also:
- Constant Field Values
-
_VIDEO_BASIC
public static final int _VIDEO_BASIC
- See Also:
- Constant Field Values
-
_VIDEO_RICH
public static final int _VIDEO_RICH
- See Also:
- Constant Field Values
-
_MEGAPIXEL
public static final int _MEGAPIXEL
- See Also:
- Constant Field Values
-
_CONTENT_BASIC
public static final int _CONTENT_BASIC
- See Also:
- Constant Field Values
-
_CONTENT_RICH
public static final int _CONTENT_RICH
- See Also:
- Constant Field Values
-
TEXT
public static final ContentClass TEXT
-
IMAGE_BASIC
public static final ContentClass IMAGE_BASIC
-
IMAGE_RICH
public static final ContentClass IMAGE_RICH
-
VIDEO_BASIC
public static final ContentClass VIDEO_BASIC
-
VIDEO_RICH
public static final ContentClass VIDEO_RICH
-
MEGAPIXEL
public static final ContentClass MEGAPIXEL
-
CONTENT_BASIC
public static final ContentClass CONTENT_BASIC
-
CONTENT_RICH
public static final ContentClass CONTENT_RICH
-
-
Method Detail
-
fromInt
public static ContentClass fromInt(int type)
-
getValue
public int getValue()
Description copied from interface:Enumerated
Return the value of this instance of this enumerated type.- Specified by:
getValue
in interfaceEnumerated
- Returns:
- value
-
-