Class Address.Description
- java.lang.Object
-
- rocks.xmpp.extensions.reach.model.Address.Description
-
- All Implemented Interfaces:
LanguageElement
- Enclosing class:
- Address
public static final class Address.Description extends Object implements LanguageElement
The description of the address.
-
-
Constructor Summary
Constructors Constructor Description Description(String value, Locale language)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)LocalegetLanguage()Gets the language.StringgetValue()Gets the description.inthashCode()StringtoString()
-
-
-
Method Detail
-
getValue
public final String getValue()
Gets the description.- Returns:
- The description.
-
getLanguage
public final Locale getLanguage()
Gets the language.- Specified by:
getLanguagein interfaceLanguageElement- Returns:
- The language.
-
-