public class StatusType extends Object
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
indeterminateReason |
protected List<String> |
invalidReason |
protected KeyBindingEnum |
statusValue |
protected List<String> |
validReason |
| Constructor and Description |
|---|
StatusType() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getIndeterminateReason()
Gets the value of the indeterminateReason property.
|
List<String> |
getInvalidReason()
Gets the value of the invalidReason property.
|
KeyBindingEnum |
getStatusValue()
Gets the value of the statusValue property.
|
List<String> |
getValidReason()
Gets the value of the validReason property.
|
void |
setStatusValue(KeyBindingEnum value)
Sets the value of the statusValue property.
|
protected KeyBindingEnum statusValue
public List<String> getValidReason()
Stringpublic List<String> getIndeterminateReason()
Stringpublic List<String> getInvalidReason()
Stringpublic KeyBindingEnum getStatusValue()
KeyBindingEnumpublic void setStatusValue(KeyBindingEnum value)
value - allowed object is
KeyBindingEnumApache CXF