Class FormFieldDescriptor

    • Constructor Detail

      • FormFieldDescriptor

        public FormFieldDescriptor()
    • Method Detail

      • getAllFeaturesToExtInfoRelation

        protected static Map<org.eclipse.emf.ecore.EStructuralFeature,​Boolean> getAllFeaturesToExtInfoRelation()
        Returns map of all features related to the field descriptor. The feature is mapped to the boolean flag indicating whether the feature is connected with ExtInfo.
        Returns:
        map of features with flags indicating ExtInfo existance. Never null.
      • extInfo

        protected static org.eclipse.emf.ecore.EStructuralFeature[] extInfo​(org.eclipse.emf.ecore.EStructuralFeature feature)
        For selected feature returns array of two elements - form field ExtInfo and a feature itself.
        Parameters:
        feature - feature, cannot be null.
        Returns:
        array (extinfo, feature). Never null.