Overview Schemas Index

CONDITIONS_SCHEMA (jsdai.SConditions_schema)


TYPE mbna_bc_type = EXTENSIBLE SELECT (
          mbna_bc_type_simple,
          mbna_bc_type_compound);
END_TYPE; -- mbna_bc_type

Extensions

          -

Users

          mbna_bc.the_type
          mbna_family.conditions

public class AMbna_bc_type extends AEntitySelect implements Aggregate

          case sMbna_bc_type_simple:
              boolean isMember(int value, EMbna_bc_type_simple node1)
              int getByIndex(int index, EMbna_bc_type_simple node1)
              int getCurrentMember(SdaiIterator iter, EMbna_bc_type_simple node1)
              void setByIndex(int index, int value, EMbna_bc_type_simple node1)
              void setCurrentMember(SdaiIterator iter, int value, EMbna_bc_type_simple node1)
              void addBefore(SdaiIterator iter, int value, EMbna_bc_type_simple node1)
              void addAfter(SdaiIterator iter, int value, EMbna_bc_type_simple node1)
              void addUnordered(int value, EMbna_bc_type_simple node1)
              void addByIndex(int index, int value, EMbna_bc_type_simple node1)
              void removeUnordered(int value, EMbna_bc_type_simple node1)
          case sMbna_bc_type_compound:
              boolean isMember(int value, EMbna_bc_type_compound node1)
              int getByIndex(int index, EMbna_bc_type_compound node1)
              int getCurrentMember(SdaiIterator iter, EMbna_bc_type_compound node1)
              void setByIndex(int index, int value, EMbna_bc_type_compound node1)
              void setCurrentMember(SdaiIterator iter, int value, EMbna_bc_type_compound node1)
              void addBefore(SdaiIterator iter, int value, EMbna_bc_type_compound node1)
              void addAfter(SdaiIterator iter, int value, EMbna_bc_type_compound node1)
              void addUnordered(int value, EMbna_bc_type_compound node1)
              void addByIndex(int index, int value, EMbna_bc_type_compound node1)
              void removeUnordered(int value, EMbna_bc_type_compound node1)