Class StringArrayWrapper


  • public class StringArrayWrapper
    extends java.lang.Object
    This class wraps an array of strings around an object
    • Constructor Summary

      Constructors 
      Constructor Description
      StringArrayWrapper()
      Class constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String[] getStrings()
      This method returns the member variable
      void setStrings​(java.lang.String[] aStrings)
      This method sets the member variable
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StringArrayWrapper

        public StringArrayWrapper()
        Class constructor
    • Method Detail

      • setStrings

        public void setStrings​(java.lang.String[] aStrings)
        This method sets the member variable
        Parameters:
        aStrings - array of strings
      • getStrings

        public java.lang.String[] getStrings()
        This method returns the member variable
        Returns:
        array of strings