Class ParameterInfo

    • Constructor Detail

      • ParameterInfo

        public ParameterInfo()
    • Method Detail

      • 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
      • setName

        public void setName​(java.lang.String value)
      • getName

        public java.lang.String getName()
      • setValue

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

        public java.lang.String getValue()