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 StatusCodeStatus. code()Return the StatusCode value attached to this status.static StatusCodeStatusCode. get(int value)static StatusCodeStatusCode. 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.
-