
test.net.ob3d.domainmodel.CareerModes Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of neodatis-odb Show documentation
Show all versions of neodatis-odb Show documentation
The NeoDatis Object Database
package net.ob3d.domainmodel;
public class CareerModes {
public static final int NOVICE = 0;
public static final int AMATEUR = 1;
public static final int PROFESSIONAL = 2;
public static final int MATCH_TYPE_TRAINING = 0;
public static final int MATCH_TYPE_FIGHT = 1;
public static final String[] carreerNames = { "Novice", "Amateur", "Professional" };
public static final String[] fightTypeNames = { "Training", "Fight" };
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy