public enum WonMessageType extends java.lang.Enum<WonMessageType>
| Enum Constant and Description |
|---|
ACTIVATE |
ATOM_CREATED_NOTIFICATION |
ATOM_HINT_MESSAGE |
ATOM_MESSAGE |
CHANGE_NOTIFICATION |
CLOSE |
CONNECT |
CONNECTION_MESSAGE |
CREATE_ATOM |
DEACTIVATE |
DELETE |
FAILURE_RESPONSE |
HINT_FEEDBACK_MESSAGE |
HINT_NOTIFICATION |
OPEN |
REPLACE |
SOCKET_HINT_MESSAGE |
SUCCESS_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
causesAtomStateChange() |
boolean |
causesConnectionStateChange() |
boolean |
causesNewConnection() |
org.apache.jena.rdf.model.Resource |
getResource() |
java.net.URI |
getURI() |
static WonMessageType |
getWonMessageType(org.apache.jena.rdf.model.Resource resource) |
static WonMessageType |
getWonMessageType(java.net.URI uri) |
boolean |
isHintMessage() |
boolean |
isIdentifiedBy(java.net.URI uri) |
static WonMessageType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static WonMessageType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WonMessageType CREATE_ATOM
public static final WonMessageType REPLACE
public static final WonMessageType CONNECT
public static final WonMessageType DEACTIVATE
public static final WonMessageType ACTIVATE
public static final WonMessageType CLOSE
public static final WonMessageType DELETE
public static final WonMessageType OPEN
public static final WonMessageType CONNECTION_MESSAGE
public static final WonMessageType ATOM_MESSAGE
public static final WonMessageType ATOM_HINT_MESSAGE
public static final WonMessageType SOCKET_HINT_MESSAGE
public static final WonMessageType HINT_FEEDBACK_MESSAGE
public static final WonMessageType HINT_NOTIFICATION
public static final WonMessageType ATOM_CREATED_NOTIFICATION
public static final WonMessageType SUCCESS_RESPONSE
public static final WonMessageType FAILURE_RESPONSE
public static final WonMessageType CHANGE_NOTIFICATION
public static WonMessageType[] values()
for (WonMessageType c : WonMessageType.values()) System.out.println(c);
public static WonMessageType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic org.apache.jena.rdf.model.Resource getResource()
public java.net.URI getURI()
public static WonMessageType getWonMessageType(java.net.URI uri)
public boolean isIdentifiedBy(java.net.URI uri)
public boolean causesConnectionStateChange()
public boolean causesAtomStateChange()
public boolean causesNewConnection()
public boolean isHintMessage()
public static WonMessageType getWonMessageType(org.apache.jena.rdf.model.Resource resource)
Copyright © 2019. All Rights Reserved.