net.anotheria.anosite.gen.shared.data.IMediaDescDefinition Maven / Gradle / Ivy
/**
********************************************************************************
*** IMediaDescDefinition.java ***
*** generated by AnoSiteGenerator (ASG), Version: 2.6.3 ***
*** Copyright (C) 2005 - 2010 Anotheria.net, www.anotheria.net ***
*** All Rights Reserved. ***
********************************************************************************
*** Don't edit this code, if you aren't sure ***
*** that you do exactly know what you are doing! ***
*** It's better to invest time in the generator, as into the generated code. ***
********************************************************************************
*/
package net.anotheria.anosite.gen.shared.data;
public interface IMediaDescDefinition{
public static final int all = 1;
public static final int screen = 2;
public static final int tty = 3;
public static final int tv = 4;
public static final int projection = 5;
public static final int handheld = 6;
public static final int print = 7;
public static final int braille = 8;
public static final int aural = 9;
public static final int none = 10;
public static final String all_NAME = "all";
public static final String screen_NAME = "screen";
public static final String tty_NAME = "tty";
public static final String tv_NAME = "tv";
public static final String projection_NAME = "projection";
public static final String handheld_NAME = "handheld";
public static final String print_NAME = "print";
public static final String braille_NAME = "braille";
public static final String aural_NAME = "aural";
public static final String none_NAME = "none";
public static final int MEDIADESC_VALUES[] = {
all,
screen,
tty,
tv,
projection,
handheld,
print,
braille,
aural,
none,
};
public static final String MEDIADESC_NAMES[] = {
all_NAME,
screen_NAME,
tty_NAME,
tv_NAME,
projection_NAME,
handheld_NAME,
print_NAME,
braille_NAME,
aural_NAME,
none_NAME,
};
}