Skip to content

Instantly share code, notes, and snippets.

@calindotgabriel
Created November 27, 2015 16:08
Show Gist options
  • Save calindotgabriel/c383c2732a186a77b9e9 to your computer and use it in GitHub Desktop.
Save calindotgabriel/c383c2732a186a77b9e9 to your computer and use it in GitHub Desktop.
public final class Response extends java.lang.Enum<Response> {
public static final Response OK;
public static final Response SV_DOWN;
public static final Response SV_INVALID;
public static final Response UNKNOWN;
public static Response[] values();
public static Response valueOf(java.lang.String);
static{};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment