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 boolean
equals(Object o)
Locale
getLanguage()
Gets the language.String
getValue()
Gets the description.int
hashCode()
String
toString()
-
-
-
Method Detail
-
getValue
public final String getValue()
Gets the description.- Returns:
- The description.
-
getLanguage
public final Locale getLanguage()
Gets the language.- Specified by:
getLanguage
in interfaceLanguageElement
- Returns:
- The language.
-
-