TYPE radius_type = ENUMERATION OF ( centred, adjoining ); END_TYPE; -- radius_type |
Usersradial_size_dimension.radius_type |
public final class ERadius_typestatic final int CENTRED = 1static final int ADJOINING = 2 static String[] values = {"CENTRED", "ADJOINING"} static int toInt(String str) static String toString(int value) |