Class FormXmlReaderResult.FormXmlExternalContent

  • Enclosing class:
    FormXmlReaderResult

    public class FormXmlReaderResult.FormXmlExternalContent
    extends Object
    External content from form xml
    • Constructor Detail

      • FormXmlExternalContent

        public FormXmlExternalContent​(org.eclipse.emf.ecore.EObject context,
                                      org.eclipse.emf.ecore.EReference reference,
                                      String content)
        Parameters:
        context - the context EObject, cannot be null
        reference - the reference, cannot be null
        content - the string content of xml, or null
      • FormXmlExternalContent

        public FormXmlExternalContent​(org.eclipse.emf.ecore.EObject context,
                                      org.eclipse.emf.ecore.EReference reference,
                                      org.eclipse.emf.ecore.EObject eObject)
        Parameters:
        context - the context EObject. Cannot be null
        reference - the reference. Cannot be null
        eObject - the object to be serialized. Can be null
    • Method Detail

      • getContext

        public org.eclipse.emf.ecore.EObject getContext()
        Returns:
        the context
      • getReference

        public org.eclipse.emf.ecore.EReference getReference()
        Returns:
        the reference
      • getContent

        public String getContent()
        Returns:
        the content
      • getExternalObject

        public org.eclipse.emf.ecore.EObject getExternalObject()
        Gets external object
        Returns:
        the external object, or null