public class VerdictCategory extends AbstractDescribableImpl<VerdictCategory>
Modifier and Type | Class and Description |
---|---|
static class |
VerdictCategory.VerdictCategoryDescriptor
The Descriptor for a VerdictCategory.
|
Constructor and Description |
---|
VerdictCategory(String value,
String description)
Standard constructor.
|
Modifier and Type | Method and Description |
---|---|
static VerdictCategory |
createVerdictCategoryFromJSON(net.sf.json.JSONObject obj)
Creates a VerdictCategory from a JSONObject.
|
String |
getVerdictDescription()
Standard getter for the description.
|
String |
getVerdictValue()
Standard getter for the value.
|
getDescriptor
public String getVerdictValue()
public String getVerdictDescription()
public static VerdictCategory createVerdictCategoryFromJSON(net.sf.json.JSONObject obj)
obj
- the JSONObject.Copyright © 2016–2019. All rights reserved.