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)
Set description and return this.
|
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Instant messenger address category.
|
int |
hashCode() |
void |
setDescription(String description)
Set description.
|
void |
setValue(String value)
Set value.
|
String |
toString() |
EnumWithCustomOfInstantMessengerCategory |
value(String value)
Set value and return this.
|
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)
value
- Instant messenger address category. Enum, available values: GoogleTalk, Aim, Yahoo, Skype, Qq, Msn, Icq, Jabber, Custom, ImAddress1, ImAddress2, ImAddress3public String getValue()
public void setValue(String value)
value
- Instant messenger address category. Enum, available values: GoogleTalk, Aim, Yahoo, Skype, Qq, Msn, Icq, Jabber, Custom, ImAddress1, ImAddress2, ImAddress3public EnumWithCustomOfInstantMessengerCategory description(String description)
description
- public String getDescription()
public void setDescription(String description)
description
- Copyright © 2020. All rights reserved.