Overview Index

SDAI_DICTIONARY_SCHEMA (jsdai.dictionary)


ENTITY oneof_subtype_expression
          SUBTYPE OF (subtype_expression);
END_ENTITY; -- oneof_subtype_expression

Entity data types and their attributes

subtype_expression
          generic_operands: SET [1:?] OF entity_or_view_or_subtype_expression;
          (DER) operands: SET [1:?] OF entity_or_subtype_expression;
oneof_subtype_expression
          -

Users

subtype_expression
          sub_supertype_constraint.constraint
          subtype_expression.generic_operands
                    entity_or_view_or_subtype_expression
          subtype_expression.operands
                    entity_or_subtype_expression
oneof_subtype_expression

Global rules for this entity data type

          -

public interface EOneof_subtype_expression extends ESubtype_expression


public class COneof_subtype_expression implements EOneof_subtype_expression


public class AOneof_subtype_expression extends AEntity

          public EOneof_subtype_expression getByIndex(int index)
          public EOneof_subtype_expression getCurrentMember(SdaiIterator it)