public class EnumWithCustomOfAssociatedPersonCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfAssociatedPersonCategory() |
EnumWithCustomOfAssociatedPersonCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfAssociatedPersonCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfAssociatedPersonCategory |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Associated person's category.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfAssociatedPersonCategory |
value(String value) |
public EnumWithCustomOfAssociatedPersonCategory()
public EnumWithCustomOfAssociatedPersonCategory(String value, String description)
value
- Associated person's category. Enum, available values: Spouse, Child, Mother, Father, Parent, Brother, Sister, Friend, Relative, Manager, Assistant, ReferredBy, Partner, DomesticPartner, Customdescription
- public EnumWithCustomOfAssociatedPersonCategory value(String value)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfAssociatedPersonCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.