TYPE coordinate_system_type = ENUMERATION OF ( cartesian, cylindrical, spherical ); END_TYPE; -- coordinate_system_type |
Usersfea_axis2_placement_2d.system_typefea_axis2_placement_3d.system_type |
public final class ECoordinate_system_typestatic final int CARTESIAN = 1static final int CYLINDRICAL = 2 static final int SPHERICAL = 3 static String[] values = {"CARTESIAN", "CYLINDRICAL", "SPHERICAL"} static int toInt(String str) static String toString(int value) |