Overview Schemas Index

EQUATIONS_SCHEMA (jsdai.SEquations_schema)


TYPE mbna_governing_equation_type = ENUMERATION (
          unspecified,
          application_defined );
END_TYPE; -- mbna_governing_equation_type

Users

          mbna_governing_equation.equation_type

public final class EMbna_governing_equation_type

          static final int UNSPECIFIED = 1
          static final int APPLICATION_DEFINED = 2
          static String[] values = {"UNSPECIFIED", "APPLICATION_DEFINED"}
          static int toInt(String str)
          static String toString(int value)