Package | Description |
---|---|
com.thalesgroup.hudson.plugins.klocwork.model |
Modifier and Type | Field and Description |
---|---|
protected StateValue |
Problem.state |
Modifier and Type | Method and Description |
---|---|
static StateValue |
StateValue.fromValue(String v) |
StateValue |
Problem.getState()
Gets the value of the state property.
|
static StateValue |
StateValue.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static StateValue[] |
StateValue.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<StateValue> |
ObjectFactory.createState(StateValue value)
|
Modifier and Type | Method and Description |
---|---|
javax.xml.bind.JAXBElement<StateValue> |
ObjectFactory.createState(StateValue value)
|
void |
Problem.setState(StateValue value)
Sets the value of the state property.
|
Copyright © 2004-2014. All Rights Reserved.