public class CategoryValue extends Object implements Comparable<CategoryValue>, Serializable
| Constructor and Description |
|---|
CategoryValue(String value) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(CategoryValue o) |
int |
getCount() |
String |
getValue() |
void |
setCount(int count) |
String |
toString() |
public CategoryValue(String value)
public void setCount(int count)
public int getCount()
public String getValue()
public int compareTo(CategoryValue o)
compareTo in interface Comparable<CategoryValue>Copyright © 2012–2021 Pivotal Software, Inc.. All rights reserved.