Package org.faktorips.testsupport
Class SingleInternationalString
- java.lang.Object
-
- org.faktorips.testsupport.SingleInternationalString
-
- All Implemented Interfaces:
java.io.Serializable,org.faktorips.values.InternationalString
public class SingleInternationalString extends java.lang.Object implements org.faktorips.values.InternationalStringImplementation ofInternationalStringwhich uses the same text for all locales.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SingleInternationalString(java.lang.String text)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Stringget(java.util.Locale locale)Getting the value string which is independent from the specified locale.
-