Class DcsAvailableFieldInfo


  • public class DcsAvailableFieldInfo
    extends Object
    Информация о доступном поле системы комопновки данных
    • Constructor Detail

      • DcsAvailableFieldInfo

        public DcsAvailableFieldInfo()
    • Method Detail

      • getFieldDef

        public DbViewFieldDef getFieldDef()
        Returns the field's source.

        Source is used for matching data path segments with original data sources at forms

        Returns:
        the fieldDef, can be null
      • setFieldDef

        public void setFieldDef​(DbViewFieldDef fieldDef)
        Sets the field's source.
        Parameters:
        fieldDef - the fieldDef to set, can be null
      • getSourceTextRegion

        public org.eclipse.xtext.util.ITextRegion getSourceTextRegion()
        Gets ITextRegion from query text corresponding to the field
        Returns:
        ITextRegion from query text corresponding to the field, can be null if region for field not cleary detected
      • setSourceTextRegion

        public void setSourceTextRegion​(org.eclipse.xtext.util.ITextRegion textRegion)
        Sets ITextRegion from query text corresponding to the field
        Parameters:
        textRegion - from query text corresponding to the field, can be null if text region was not clear detected