1 // **********************************************************************
3 // Copyright (c) 2003-2011 ZeroC, Inc. All rights reserved.
5 // This copy of Ice is licensed to you under the terms described in the
6 // ICE_LICENSE file included in this distribution.
8 // **********************************************************************
13 * Holder class for strings that are out- or inout-parameters.
15 public final class StringHolder
18 * Instantiates the class with a <code>null</code> string.
26 * Instantiates the class with the passed value.
28 * @param value The <code>String</code> value stored by this holder.
31 StringHolder(String value
)
38 * The <code>String</code> value stored by this holder.