public final class WebServerNamespace
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static WebServerNamespace |
MANAGEMENT
WebServerNamespace that represents the management server. |
static WebServerNamespace |
SERVER
WebServerNamespace that represents the main server. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static WebServerNamespace |
from(java.lang.String value) |
java.lang.String |
getValue() |
int |
hashCode() |
public static final WebServerNamespace SERVER
WebServerNamespace that represents the main server.public static final WebServerNamespace MANAGEMENT
WebServerNamespace that represents the management server.public java.lang.String getValue()
public static WebServerNamespace from(java.lang.String value)
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object