Overview Schemas Index

PRESENTATION_APPEARANCE_SCHEMA (jsdai.SPresentation_appearance_schema)


TYPE surface_side = ENUMERATION (
          positive,
          negative,
          both );
END_TYPE; -- surface_side

Users

          surface_style_usage.side

public final class ESurface_side

          static final int POSITIVE = 1
          static final int NEGATIVE = 2
          static final int BOTH = 3
          static String[] values = {"POSITIVE", "NEGATIVE", "BOTH"}
          static int toInt(String str)
          static String toString(int value)