Class ExternalResourceBinding_impl

    • Field Detail

      • mResourceName

        private java.lang.String mResourceName
      • mKey

        private java.lang.String mKey
      • XMLIZATION_INFO

        private static final XmlizationInfo XMLIZATION_INFO
    • Constructor Detail

      • ExternalResourceBinding_impl

        public ExternalResourceBinding_impl()
    • Method Detail

      • getKey

        public java.lang.String getKey()
        Description copied from interface: ExternalResourceBinding
        Retrieves the key that identifies the ExternalResourceDependency being bound. If this binding is declared in a primitive component, this is exactly the same key as is specified in the ExternalResourceDependency.

        Within an aggregate, a slash-separated name is used to identify which component the binding applies to. For example, if an Aggregate AE contains an annotator with key annotator1 which declares a resource dependency myResource, that Aggregate AE could bind that resource dependency by using the key annotator1/myResource.

        Specified by:
        getKey in interface ExternalResourceBinding
        Returns:
        the key for this resource binding.
      • setKey

        public void setKey​(java.lang.String aKey)
        Description copied from interface: ExternalResourceBinding
        Sets the key that identifies the ExternalResourceDependency being bound. If this binding is declared in a primitive component, this is exactly the same key as is specified in the ExternalResourceDependency.

        Within an aggregate, a slash-separated name is used to identify which component the binding applies to. For example, if an Aggregate AE contains an annotator with key annotator1 which declares a resource dependency myResource, that Aggregate AE could bind that resource dependency by using the key annotator1/myResource.

        Specified by:
        setKey in interface ExternalResourceBinding
        Parameters:
        aKey - the key for this resource binding.
      • getXmlizationInfo

        protected XmlizationInfo getXmlizationInfo()
        Description copied from class: MetaDataObject_impl
        To be implemented by subclasses to return information describing how to represent this object in XML.
        Specified by:
        getXmlizationInfo in class MetaDataObject_impl
        Returns:
        information defining this object's XML representation