Package com.iizix.server
Enum Class IEndPoint.Type
- All Implemented Interfaces:
Serializable
,Comparable<IEndPoint.Type>
,Constable
- Enclosing interface:
- IEndPoint
The type of end-point.
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Enum Constant Summary
Enum ConstantDescriptionDesigner (or Editor).External Server Module.Java based client.JavaScript based client.License Manager.Server Monitor.Server.VirtualSpace Viewer.Method Summary
Modifier and TypeMethodDescriptionGets the description of the type.Gets the type of ThreadGroup.static IEndPoint.Type
Returns the enum constant of this class with the specified name.static IEndPoint.Type[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
Enum Constant Details
SERVER
Server.EDITOR
Designer (or Editor).JAVA_CLIENT
Java based client.JAVASCRIPT_CLIENT
JavaScript based client.VS_VIEWER
VirtualSpace Viewer.LICENSE_MANAGER
License Manager.REMOTE
Server Monitor.EXTERNAL_MODULE
External Server Module.
Method Details
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
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 nameNullPointerException
- if the argument is null
getDescription
Gets the description of the type.getThreadGroupType
Gets the type of ThreadGroup.