Class CheckBoxTypeXmlWriter

    • Constructor Detail

      • CheckBoxTypeXmlWriter

        public CheckBoxTypeXmlWriter()
    • Method Detail

      • isWritable

        protected boolean isWritable​(org.eclipse.emf.ecore.EObject eObject,
                                     org.eclipse.emf.ecore.EAttribute attribute,
                                     boolean writeEmpty,
                                     Version version)
        Description copied from class: FormFeatureAttributeWriter
        Tests whether a feature is need to be write
        Overrides:
        isWritable in class FormFeatureAttributeWriter
        Parameters:
        eObject - context object, cannot be null
        attribute - the EAttribute, cannot be null
        writeEmpty - environment property to writing empty element
        version - the exporting project Version, cannot be null
        Returns:
        true if the feature is must be write or false in otherwise