Class ContentClass
- java.lang.Object
-
- org.jainslee.resources.diameter.ro.types.va00.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_BASICstatic int_CONTENT_RICHstatic int_IMAGE_BASICstatic int_IMAGE_RICHstatic int_MEGAPIXELstatic int_TEXTstatic int_VIDEO_BASICstatic int_VIDEO_RICHstatic ContentClassCONTENT_BASICstatic ContentClassCONTENT_RICHstatic ContentClassIMAGE_BASICstatic ContentClassIMAGE_RICHstatic ContentClassMEGAPIXELstatic ContentClassTEXTstatic ContentClassVIDEO_BASICstatic ContentClassVIDEO_RICH
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ContentClassfromInt(int type)intgetValue()Return the value of this instance of this enumerated type.StringtoString()
-
-
-
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:EnumeratedReturn the value of this instance of this enumerated type.- Specified by:
getValuein interfaceEnumerated- Returns:
- value
-
-