public enum ElementRole extends Enum<ElementRole>
| Modifier and Type | Class and Description |
|---|---|
static class |
ElementRole.Serializer |
| Modifier and Type | Method and Description |
|---|---|
ElementRole[] |
getChildren() |
String |
getName() |
ElementRole[] |
getSubtypes() |
boolean |
isMultiple() |
boolean |
isOptional() |
boolean |
isPermanent() |
boolean |
isReorderable() |
void |
setChildren(ElementRole[] children) |
void |
setMultiple(boolean multiple) |
void |
setName(String name) |
void |
setOptional(boolean optional) |
void |
setPermanent(boolean permanent) |
void |
setReorderable(boolean reorderable) |
void |
setSubtypes(ElementRole[] subtypes) |
static ElementRole |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementRole[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementRole Globals_Global
public static final ElementRole Globals
public static final ElementRole DataManagement_Datastore
public static final ElementRole DataManagement_CacheProvider
public static final ElementRole DataManagement_DeviceModelInitializer
public static final ElementRole DataManagement_AssetModelInitializer
public static final ElementRole DataManagement_ScheduleModelInitializer
public static final ElementRole DataManagement
public static final ElementRole InboundProcessingStrategy_Strategy
public static final ElementRole EventProcessing_InboundProcessingStrategy
public static final ElementRole OutboundProcessingStrategy_Strategy
public static final ElementRole EventProcessing_OutboundProcessingStrategy
public static final ElementRole InboundProcessingChain_EventProcessor
public static final ElementRole InboundProcessingChain
public static final ElementRole OutboundProcessingChain_OutboundFilters
public static final ElementRole OutboundProcessingChain_Filters
public static final ElementRole OutboundProcessingChain_FilteredEventProcessor
public static final ElementRole OutboundProcessingChain_ZoneTest
public static final ElementRole OutboundProcessingChain_ZoneTestEventProcessor
public static final ElementRole OutboundProcessingChain_RouteBuilder
public static final ElementRole OutboundProcessingChain_MqttEventProcessor
public static final ElementRole OutboundProcessingChain_SiddhiCallback
public static final ElementRole OutboundProcessingChain_SiddhiQuery
public static final ElementRole OutboundProcessingChain_SiddhiEventProcessor
public static final ElementRole OutboundProcessingChain_EventProcessor
public static final ElementRole OutboundProcessingChain
public static final ElementRole EventProcessing
public static final ElementRole EventSource_BinaryEventDecoder
public static final ElementRole EventSource_StringEventDecoder
public static final ElementRole EventSource_EventDecoder
public static final ElementRole EventSources_SocketInteractionHandlerFactory
public static final ElementRole EventSources_SocketEventSource
public static final ElementRole EventSources_WebSocketHeader
public static final ElementRole EventSources_WebSocketEventSource
public static final ElementRole EventSources_EventSource
public static final ElementRole DeviceCommunication_EventSources
public static final ElementRole SymbolGeneratorManager_SymbolGenerator
public static final ElementRole DeviceServices_SymbolGeneratorManager
public static final ElementRole DeviceServices_RegistrationManager
public static final ElementRole DeviceCommunication_DeviceServices
public static final ElementRole BatchOperations_BatchOperationManager
public static final ElementRole DeviceCommunication_BatchOperations
public static final ElementRole CommandRouting_SpecificationMappingRouter_Mapping
public static final ElementRole CommandRouting_SpecificationMappingRouter
public static final ElementRole CommandRouting_CommandRouter
public static final ElementRole DeviceCommunication_CommandRouting
public static final ElementRole CommandDestinations_StringCommandEncoder
public static final ElementRole CommandDestinations_BinaryCommandEncoder
public static final ElementRole CommandDestinations_CommandEncoder
public static final ElementRole CommandDestinations_MqttParameterExtractor
public static final ElementRole CommandDestinations_SmsParameterExtractor
public static final ElementRole CommandDestinations_ParameterExtractor
public static final ElementRole CommandDestinations_CommandDestination
public static final ElementRole DeviceCommunication_CommandDestinations
public static final ElementRole DeviceCommunication
public static final ElementRole AssetManagment_AssetModule
public static final ElementRole AssetManagment
public static final ElementRole Root
public static ElementRole[] values()
for (ElementRole c : ElementRole.values()) System.out.println(c);
public static ElementRole valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getName()
public void setName(String name)
public boolean isOptional()
public void setOptional(boolean optional)
public boolean isMultiple()
public void setMultiple(boolean multiple)
public boolean isReorderable()
public void setReorderable(boolean reorderable)
public boolean isPermanent()
public void setPermanent(boolean permanent)
public ElementRole[] getChildren()
public void setChildren(ElementRole[] children)
public ElementRole[] getSubtypes()
public void setSubtypes(ElementRole[] subtypes)
Copyright © 2016 SiteWhere, LLC.. All rights reserved.