TYPE tolerance_zone_type = ENUMERATION OF ( cylindrical, spherical, parallelepiped, conical, non_uniform ); END_TYPE; -- tolerance_zone_type |
Userstolerance_zone_armx.form_type |
public final class ETolerance_zone_typestatic final int CYLINDRICAL = 1static final int SPHERICAL = 2 static final int PARALLELEPIPED = 3 static final int CONICAL = 4 static final int NON_UNIFORM = 5 static String[] values = {"CYLINDRICAL", "SPHERICAL", "PARALLELEPIPED", "CONICAL", "NON_UNIFORM"} static int toInt(String str) static String toString(int value) |