Interface TypeModel

    • Method Detail

      • getDataTypeUri

        String getDataTypeUri()
      • setDataTypeUri

        void setDataTypeUri​(String dataTypeUri)
      • hasCompDef

        boolean hasCompDef​(String compDefUri)
      • addCompDef

        TypeModel addCompDef​(CompDefModel compDef)
        Parameters:
        compDef - the comp def to add. Note: its ID might be uninitialized (-1).
      • addCompDefBefore

        TypeModel addCompDefBefore​(CompDefModel compDef,
                                   String beforeCompDefUri)
        Parameters:
        compDef - the comp def to add. Note: its ID might be uninitialized (-1).
        beforeCompDefUri - the URI of the comp def before the given comp def is inserted. If null the comp def is appended at the end.
      • getViewConfigValue

        Object getViewConfigValue​(String configTypeUri,
                                  String childTypeUri)