Class PickFromListTask.StringValue

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    PickFromListTask

    public static final class PickFromListTask.StringValue
    extends org.apache.tools.ant.ProjectComponent
    Nested value element.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String value  
      • Fields inherited from class org.apache.tools.ant.ProjectComponent

        description, location, project
    • Constructor Summary

      Constructors 
      Constructor Description
      StringValue()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addText​(java.lang.String value)  
      java.lang.String toString()  
      • Methods inherited from class org.apache.tools.ant.ProjectComponent

        clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • value

        private java.lang.String value
    • Constructor Detail

      • StringValue

        public StringValue()
    • Method Detail

      • addText

        public void addText​(java.lang.String value)
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object