Uses of Class
org.apache.graphar.util.StatusCode
-
Packages that use StatusCode Package Description org.apache.graphar.util -
-
Uses of StatusCode in org.apache.graphar.util
Methods in org.apache.graphar.util that return StatusCode Modifier and Type Method Description StatusCode
Status. code()
Return the StatusCode value attached to this status.static StatusCode
StatusCode. get(int value)
static StatusCode
StatusCode. valueOf(String name)
Returns the enum constant of this type with the specified name.static StatusCode[]
StatusCode. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-