Class XMLSequencedDescriptor

    • Constructor Detail

      • XMLSequencedDescriptor

        public XMLSequencedDescriptor()
    • Method Detail

      • getGetSettingsMethodName

        public String getGetSettingsMethodName()
        INTERNAL: Get the method that will be used to obtain an ordered list of TopLinkSetting objects at runtime. Only used with Sequenced objects
        Returns:
        The name of the method to be invoked.
      • setGetSettingsMethodName

        public void setGetSettingsMethodName​(String methodName)
        INTERNAL: Set the name of the method to be invoked to obtain an ordered list of TopLinkSetting objects at runtime. Only used with Sequenced objects.
        Parameters:
        methodName - : The name of the method.
      • getGetSettingsMethod

        public Method getGetSettingsMethod()
        INTERNAL: Return the actual method to be invoked to obtain an ordered list of TopLinkSetting objects Only used with Sequenced Objects. Is set during initialize.
        Returns:
        The method to be invoked.