Exemplo n.º 1
0
        /** Returns a copy of this Tags, with tupletDescription
         *  changed to the given value, which may be null if the tag
         *  is not present.
         */
        public Tags cloneWithTupletDescription(TupletDescription tupletDescription)
        {
            Tags tags = (Tags)clone();

            tags._tupletDescription = tupletDescription;
            return(tags);
        }
Exemplo n.º 2
0
 /** Returns a copy of this Tags, with tupletDescription
  *  changed to the given value, which may be null if the tag
  *  is not present.
  */
 public Tags cloneWithTupletDescription(TupletDescription tupletDescription)
 {
     Tags tags = (Tags)clone();
       tags._tupletDescription = tupletDescription;
       return tags;
 }