public enum WonMessageType extends java.lang.Enum<WonMessageType>
| Enum Constant and Description |
|---|
ACTIVATE |
CLOSE |
CONNECT |
CONNECTION_MESSAGE |
CREATE_NEED |
DEACTIVATE |
FAILURE_RESPONSE |
HINT_FEEDBACK_MESSAGE |
HINT_MESSAGE |
HINT_NOTIFICATION |
NEED_CREATED_NOTIFICATION |
NEED_MESSAGE |
OPEN |
SUCCESS_RESPONSE |
| Modifier and Type | Method and Description |
|---|---|
boolean |
causesConnectionStateChange() |
boolean |
causesNeedStateChange() |
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 |
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_NEED
public static final WonMessageType CONNECT
public static final WonMessageType DEACTIVATE
public static final WonMessageType ACTIVATE
public static final WonMessageType CLOSE
public static final WonMessageType OPEN
public static final WonMessageType CONNECTION_MESSAGE
public static final WonMessageType NEED_MESSAGE
public static final WonMessageType HINT_MESSAGE
public static final WonMessageType HINT_FEEDBACK_MESSAGE
public static final WonMessageType HINT_NOTIFICATION
public static final WonMessageType NEED_CREATED_NOTIFICATION
public static final WonMessageType SUCCESS_RESPONSE
public static final WonMessageType FAILURE_RESPONSE
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 causesNeedStateChange()
public boolean causesNewConnection()
public static WonMessageType getWonMessageType(org.apache.jena.rdf.model.Resource resource)
Copyright © 2018. All Rights Reserved.