public class EnumWithCustomOfInstantMessengerCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfInstantMessengerCategory() |
EnumWithCustomOfInstantMessengerCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfInstantMessengerCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfInstantMessengerCategory |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Instant messenger address category.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfInstantMessengerCategory |
value(String value) |
public EnumWithCustomOfInstantMessengerCategory()
public EnumWithCustomOfInstantMessengerCategory(String value, String description)
value
- Instant messenger address category. Enum, available values: GoogleTalk, Aim, Yahoo, Skype, Qq, Msn, Icq, Jabber, Custom, ImAddress1, ImAddress2, ImAddress3description
- public EnumWithCustomOfInstantMessengerCategory value(String value)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfInstantMessengerCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.