Class Config

  • All Implemented Interfaces:
    ConfigInfo

    public class Config
    extends Object
    implements ConfigInfo

    Configuration entries which should be created during feature installation. This configuration may be used with OSGi Configuration Admin.

    Java class for config complex type.

    The following schema fragment specifies the expected content contained within this class.

     <complexType name="config">
       <simpleContent>
         <extension base="<http://www.w3.org/2001/XMLSchema>string">
           <attribute name="name" use="required" type="{http://www.w3.org/2001/XMLSchema}string" />
         </extension>
       </simpleContent>
     </complexType>
     
    • Constructor Detail

      • Config

        public Config()
    • Method Detail

      • getValue

        public String getValue()
        Gets the value of the value property.
        Specified by:
        getValue in interface ConfigInfo
        Returns:
        possible object is String
      • setValue

        public void setValue​(String value)
        Sets the value of the value property.
        Parameters:
        value - allowed object is String
      • getName

        public String getName()
        Gets the value of the name property.
        Specified by:
        getName in interface ConfigInfo
        Returns:
        possible object is String
      • setName

        public void setName​(String value)
        Sets the value of the name property.
        Parameters:
        value - allowed object is String
      • isAppend

        public boolean isAppend()
        Specified by:
        isAppend in interface ConfigInfo
        Returns:
        the append
      • setAppend

        public void setAppend​(boolean append)
        Parameters:
        append - the append to set
      • setExternal

        public void setExternal​(boolean external)
      • isOverride

        public boolean isOverride()
        Gets the value of the override property.
        Specified by:
        isOverride in interface ConfigInfo
        Returns:
        possible object is Boolean
      • setOverride

        public void setOverride​(Boolean value)
        Sets the value of the override property.
        Parameters:
        value - allowed object is Boolean