Class ArgumentInfo

  • All Implemented Interfaces:
    ConfigurationElement, ConfigurationFile, java.lang.Cloneable

    public class ArgumentInfo
    extends AbstractConfigurationElement
    THIS CLASS IS NOT SUPPORTED FOR USE IN CUSTOM APPLICATION DEVELOPMENT. THE CLASS IS SUBJECT TO CHANGE IN FUTURE RELEASES AND SOME METHODS AND PROPERTIES MAY NOT BE SUITABLE FOR CUSTOM DEVELOPMENT.
    Since:
    MicroStrategy Web 9.0.0
    • Constructor Detail

      • ArgumentInfo

        public ArgumentInfo()
      • ArgumentInfo

        public ArgumentInfo​(java.lang.String name)
        Creates an instance of an ArgumentInfo class.
        Parameters:
        name - The name of the argument that we are overriding.
    • Method Detail

      • getName

        public java.lang.String getName()
        Returns the name of the event argument that we are overriding.
        Returns:
        The name of the event argument that we are overriding.
      • setName

        public void setName​(java.lang.String name)
      • resolveValue

        public java.lang.String resolveValue​(RequestKeys requestKeys)
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • getSource

        public java.lang.String getSource()
      • setSource

        public void setSource​(java.lang.String source)
      • getKeyAttribute

        protected java.lang.String getKeyAttribute()
        Description copied from class: AbstractConfigurationElement
        This method must return the attribute that uniquely identifies this element among its siblings; if no single attribute can be used, return null and override the getKey and setKey methods.
        Specified by:
        getKeyAttribute in class AbstractConfigurationElement