Class MediaSubTypeOther
- java.lang.Object
-
- no.unit.nva.model.contexttypes.media.MediaSubType
-
- no.unit.nva.model.contexttypes.media.MediaSubTypeOther
-
public class MediaSubTypeOther extends MediaSubType
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringDESCRIPTION-
Fields inherited from class no.unit.nva.model.contexttypes.media.MediaSubType
TYPE
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedMediaSubTypeOther(MediaSubTypeEnum type, java.lang.String description)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetDescription()-
Methods inherited from class no.unit.nva.model.contexttypes.media.MediaSubType
create, createOther, equals, fromJson, getType, hashCode
-
-
-
-
Field Detail
-
DESCRIPTION
public static final java.lang.String DESCRIPTION
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
MediaSubTypeOther
protected MediaSubTypeOther(MediaSubTypeEnum type, java.lang.String description)
-
-