Home / Type/ Continent Type — netty Architecture

Continent Type — netty Architecture

Architecture documentation for the Continent type/interface in WorldClockProtocol.java from the netty codebase.

Entity Profile

Dependency Diagram

graph TD
  463d3066_95ac_f285_0604_2ee6a9cadfd7["Continent"]
  4270a70c_1373_1599_2ff1_865646eab29d["WorldClockProtocol.java"]
  463d3066_95ac_f285_0604_2ee6a9cadfd7 -->|defined in| 4270a70c_1373_1599_2ff1_865646eab29d
  style 463d3066_95ac_f285_0604_2ee6a9cadfd7 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java lines 33–195

  public enum Continent
      implements com.google.protobuf.ProtocolMessageEnum {
    /**
     * <code>AFRICA = 0;</code>
     */
    AFRICA(0, 0),
    /**
     * <code>AMERICA = 1;</code>
     */
    AMERICA(1, 1),
    /**
     * <code>ANTARCTICA = 2;</code>
     */
    ANTARCTICA(2, 2),
    /**
     * <code>ARCTIC = 3;</code>
     */
    ARCTIC(3, 3),
    /**
     * <code>ASIA = 4;</code>
     */
    ASIA(4, 4),
    /**
     * <code>ATLANTIC = 5;</code>
     */
    ATLANTIC(5, 5),
    /**
     * <code>AUSTRALIA = 6;</code>
     */
    AUSTRALIA(6, 6),
    /**
     * <code>EUROPE = 7;</code>
     */
    EUROPE(7, 7),
    /**
     * <code>INDIAN = 8;</code>
     */
    INDIAN(8, 8),
    /**
     * <code>MIDEAST = 9;</code>
     */
    MIDEAST(9, 9),
    /**
     * <code>PACIFIC = 10;</code>
     */
    PACIFIC(10, 10),
    ;

    /**
     * <code>AFRICA = 0;</code>
     */
    public static final int AFRICA_VALUE = 0;
    /**
     * <code>AMERICA = 1;</code>
     */
    public static final int AMERICA_VALUE = 1;
    /**
     * <code>ANTARCTICA = 2;</code>
     */
    public static final int ANTARCTICA_VALUE = 2;
    /**
     * <code>ARCTIC = 3;</code>
     */
    public static final int ARCTIC_VALUE = 3;
    /**
     * <code>ASIA = 4;</code>
     */
    public static final int ASIA_VALUE = 4;
    /**
     * <code>ATLANTIC = 5;</code>
     */
    public static final int ATLANTIC_VALUE = 5;
    /**
     * <code>AUSTRALIA = 6;</code>
     */
    public static final int AUSTRALIA_VALUE = 6;
    /**
     * <code>EUROPE = 7;</code>
     */
    public static final int EUROPE_VALUE = 7;
    /**

Frequently Asked Questions

What is the Continent type?
Continent is a type/interface in the netty codebase, defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java.
Where is Continent defined?
Continent is defined in example/src/main/java/io/netty/example/worldclock/WorldClockProtocol.java at line 33.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free