Class LangBearingString
- java.lang.Object
-
- net.shibboleth.utilities.java.support.collection.Pair<String,String>
-
- net.shibboleth.utilities.java.support.primitive.LangBearingString
-
-
Constructor Summary
Constructors Constructor Description LangBearingString(String value)Constructor.LangBearingString(String value, String lang)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetLang()Get the language.StringgetValue()Get the string value.voidsetSecond(String newSecond)Sets the second object in the pair.StringtoString()
-