public class EnumWithCustomOfPhoneNumberCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfPhoneNumberCategory() |
EnumWithCustomOfPhoneNumberCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfPhoneNumberCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfPhoneNumberCategory |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Phone number category.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfPhoneNumberCategory |
value(String value) |
public EnumWithCustomOfPhoneNumberCategory()
public EnumWithCustomOfPhoneNumberCategory(String value, String description)
value
- Phone number category. Enum, available values: Custom, Home, Work, Office, Mobile, Fax, HomeFax, WorkFax, Pager, Car, Isdn, Telex, Callback, Radio, Company, TtyTdd, Assistant, Primarydescription
- public EnumWithCustomOfPhoneNumberCategory value(String value)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfPhoneNumberCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.