public class EnumWithCustomOfEventCategory extends Object
Constructor and Description |
---|
EnumWithCustomOfEventCategory() |
EnumWithCustomOfEventCategory(String value,
String description)
Initializes a new instance of the EnumWithCustomOfEventCategory
|
Modifier and Type | Method and Description |
---|---|
EnumWithCustomOfEventCategory |
description(String description) |
boolean |
equals(Object o) |
String |
getDescription()
Get description
|
String |
getValue()
Event category.
|
int |
hashCode() |
void |
setDescription(String description) |
void |
setValue(String value) |
String |
toString() |
EnumWithCustomOfEventCategory |
value(String value) |
public EnumWithCustomOfEventCategory value(String value)
public String getValue()
public void setValue(String value)
public EnumWithCustomOfEventCategory description(String description)
public String getDescription()
public void setDescription(String description)
Copyright © 2020. All rights reserved.