Interface IChoiceParametersModel

    • Method Detail

      • getTypeDescription

        TypeDescription getTypeDescription()
        Returns:
        the type description of the object whose choice parameters are editing.
      • getFieldSourceFields

        default List<Field> getFieldSourceFields​(FieldSource fieldSource)
        Returns field source fields.
        Parameters:
        fieldSource - the field source, can be null
        Returns:
        the field source fields, or empty list if field source null
      • getSelfFieldSource

        FieldSource getSelfFieldSource()
        Returns the self field source if present.
        Returns:
        the self field source, can be null.
      • getV8project

        IV8Project getV8project()
        Returns the V8 project.
        Returns:
        the V8 project.
      • getContextObject

        org.eclipse.emf.ecore.EObject getContextObject()
        Returns the context object to retrive types in dialog.
        Returns:
        the context object, never null.