Class LabelAreaWriter

    • Constructor Detail

      • LabelAreaWriter

        public LabelAreaWriter()
    • Method Detail

      • accessibleFeature

        protected boolean accessibleFeature​(org.eclipse.emf.ecore.EStructuralFeature feature)
        Description copied from class: SimpleFeatureElementWriter
        Returns that specified feature can be written by this writer
        Specified by:
        accessibleFeature in class SimpleFeatureElementWriter<LabelArea>
        Parameters:
        feature - the key feature, cannot be null
        Returns:
        true if this writer accessible for given feature, false in otherwise
      • isForceWriteEmptyFeature

        protected boolean isForceWriteEmptyFeature​(boolean elementWriteEmpty,
                                                   org.eclipse.emf.ecore.EStructuralFeature feature,
                                                   Version version)
        Description copied from class: SimpleFeatureElementWriter
        Returns that contained empty or default value in specified feature must be written
        Overrides:
        isForceWriteEmptyFeature in class SimpleFeatureElementWriter<LabelArea>
        Parameters:
        elementWriteEmpty - the common write empty value for context object
        feature - the key feature, cannot be null
        version - the exporting project Version, cannot be null
        Returns:
        true to force writing feature with empty or default value, false otherwise