Class ProfileValueElement


  • public class ProfileValueElement
    extends Object

    A common nested element of many Rhino management sub tasks used to describe a name/value attribute pair.

    A profilevalue nested element is used in a Rhino management sub tasks to descibe a name/value pair. This allows multiple attributes to be set at once during, for example, profile creation.

    Ant Parameters

    Attribute

    Description

    Required

    name

    The name of the attribute.

    Yes.

    value

    The value contained in the attribute.

    Yes.

    • Constructor Detail

      • ProfileValueElement

        public ProfileValueElement()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • validateParameters

        public void validateParameters()
                                throws org.apache.tools.ant.BuildException
        Throws:
        org.apache.tools.ant.BuildException