TYPE interpolation_type = ENUMERATION OF ( undefined_interpolation_type, discontinuous_interpolation_type, synchronous_interpolation_type, linear_interpolation_type ); END_TYPE; -- interpolation_type |
Usersinterpolated_configuration_segment.interpolation |
public final class EInterpolation_typestatic final int UNDEFINED_INTERPOLATION_TYPE = 1static final int DISCONTINUOUS_INTERPOLATION_TYPE = 2 static final int SYNCHRONOUS_INTERPOLATION_TYPE = 3 static final int LINEAR_INTERPOLATION_TYPE = 4 static String[] values = {"UNDEFINED_INTERPOLATION_TYPE", "DISCONTINUOUS_INTERPOLATION_TYPE", "SYNCHRONOUS_INTERPOLATION_TYPE", "LINEAR_INTERPOLATION_TYPE"} static int toInt(String str) static String toString(int value) |