Class MediaDescUtils
- java.lang.Object
-
- net.anotheria.anosite.gen.shared.data.MediaDescUtils
-
- All Implemented Interfaces:
IMediaDescDefinition
public class MediaDescUtils extends java.lang.Object implements IMediaDescDefinition
-
-
Field Summary
-
Fields inherited from interface net.anotheria.anosite.gen.shared.data.IMediaDescDefinition
all, all_NAME, aural, aural_NAME, bogus, bogus_NAME, braille, braille_NAME, handheld, handheld_NAME, MEDIADESC_NAMES, MEDIADESC_VALUES, none, none_NAME, print, print_NAME, projection, projection_NAME, screen, screen_NAME, tty, tty_NAME, tv, tv_NAME
-
-
Constructor Summary
Constructors Constructor Description MediaDescUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<java.lang.String>getMediaDescList()static java.lang.StringgetName(int value)static intgetValue(java.lang.String name)
-