Enum Class IEndPoint.Type

java.lang.Object
java.lang.Enum<IEndPoint.Type>
com.iizix.server.IEndPoint.Type
All Implemented Interfaces:
Serializable, Comparable<IEndPoint.Type>, Constable
Enclosing interface:
IEndPoint

public static enum IEndPoint.Type extends Enum<IEndPoint.Type>
The type of end-point.
  • Enum Constant Details

    • SERVER

      public static final IEndPoint.Type SERVER
      Server.
    • EDITOR

      public static final IEndPoint.Type EDITOR
      Designer (or Editor).
    • JAVA_CLIENT

      public static final IEndPoint.Type JAVA_CLIENT
      Java based client.
    • JAVASCRIPT_CLIENT

      public static final IEndPoint.Type JAVASCRIPT_CLIENT
      JavaScript based client.
    • VS_VIEWER

      public static final IEndPoint.Type VS_VIEWER
      VirtualSpace Viewer.
    • LICENSE_MANAGER

      public static final IEndPoint.Type LICENSE_MANAGER
      License Manager.
    • REMOTE

      public static final IEndPoint.Type REMOTE
      Server Monitor.
    • EXTERNAL_MODULE

      public static final IEndPoint.Type EXTERNAL_MODULE
      External Server Module.
  • Method Details

    • values

      public static IEndPoint.Type[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static IEndPoint.Type valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getDescription

      public String getDescription()
      Gets the description of the type.
    • getThreadGroupType

      public ThreadGroupType getThreadGroupType()
      Gets the type of ThreadGroup.