Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


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

Users

          mbna_bc_type
                    mbna_bc.the_type
                    mbna_family.conditions

public final class EMbna_bc_type_compound

          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)