Overview Schemas Index

APPLICATION_CONTEXT_SCHEMA (jsdai.SApplication_context_schema)


ENTITY library_context
          SUBTYPE OF (application_context_element);
          library_reference : label;
END_ENTITY; -- library_context

Entity data types and their attributes

application_context_element
          name: label;
          frame_of_reference: application_context;
library_context
          library_reference: label;

Users

application_context_element
          applied_attribute_classification_assignment.items
                    attribute_classification_item
                              ap239_padi_attribute_classification_item
library_context
          library_assignment.frame_of_reference

Global rules for this entity data type

          -

public interface ELibrary_context extends EApplication_context_element

library_reference (explicit attribute)

          boolean testLibrary_reference(ELibrary_context type)
          String getLibrary_reference(ELibrary_context type)
          void setLibrary_reference(ELibrary_context type, String value)
          void unsetLibrary_reference(ELibrary_context type)

public class CLibrary_context implements ELibrary_context

          static EAttribute attributeLibrary_reference(ELibrary_context type)

public class ALibrary_context extends AEntity

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