Uses of Enum Class
org.cristalise.kernel.entity.proxy.ProxyMessage.Type
Packages that use ProxyMessage.Type
Package
Description
The Proxy API is a major part of the client-side functionality of the
CRISTAL API, which provides client-side proxy objects that represent the
Items and Agents on the server.
-
Uses of ProxyMessage.Type in org.cristalise.kernel.entity.proxy
Methods in org.cristalise.kernel.entity.proxy that return ProxyMessage.TypeModifier and TypeMethodDescriptionstatic ProxyMessage.TypeReturns the enum constant of this class with the specified name.static ProxyMessage.Type[]ProxyMessage.Type.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.cristalise.kernel.entity.proxy with parameters of type ProxyMessage.TypeModifierConstructorDescriptionProxyMessage(ItemPath itemPath, String path, ProxyMessage.Type type)