Overview Schemas Index

PRODUCT_DEFINITION_SCHEMA (jsdai.SProduct_definition_schema)


TYPE source = ENUMERATION (
          made,
          bought,
          not_known );
END_TYPE; -- source

Users

          product_definition_formation_with_specified_source.make_or_buy

public final class ESource

          static final int MADE = 1
          static final int BOUGHT = 2
          static final int NOT_KNOWN = 3
          static String[] values = {"MADE", "BOUGHT", "NOT_KNOWN"}
          static int toInt(String str)
          static String toString(int value)