public final class ComponentModel
extends java.lang.Enum
Title: Service Event Fabric Core
Description: Defines a model of the Fabric Component.
Copyright: Copyright (c) 2010
Company: StreamScape Technologies
Modifier and Type | Field and Description |
---|---|
static ComponentModel |
DATASPACE |
static ComponentModel |
FACTORY_CONNECTION |
static ComponentModel |
LOCAL_CLIENT |
static ComponentModel |
REMOTE_CLIENT |
static ComponentModel |
RUNTIME |
static ComponentModel |
SERVICE |
static ComponentModel |
UNDEFINED |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
static ComponentModel |
valueOf(java.lang.String name) |
static ComponentModel[] |
values() |
public static final ComponentModel RUNTIME
public static final ComponentModel LOCAL_CLIENT
public static final ComponentModel REMOTE_CLIENT
public static final ComponentModel SERVICE
public static final ComponentModel DATASPACE
public static final ComponentModel FACTORY_CONNECTION
public static final ComponentModel UNDEFINED
public static ComponentModel[] values()
public static ComponentModel valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
Copyright © 2015-2024 StreamScape Technologies. All rights reserved.