Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
DataItemEntryCommon.getIODirections() |
Constructor and Description |
---|
DataItemEntryCommon(String name,
Set<IODirection> directions,
Map<String,Variant> attributes,
String id) |
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
DataItemInformation.getIODirection() |
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
DataItemEntry.getIODirections() |
Modifier and Type | Method and Description |
---|---|
static IODirection |
IODirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IODirection[] |
IODirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
BrowserEntry.getIoDirection() |
Constructor and Description |
---|
BrowserEntry(String name,
FolderEntryType entryType,
String itemId,
Map<String,Variant> attributes,
Set<IODirection> ioDirection) |
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
DataItemEntryCommon.getIODirections() |
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
DataItemInformationBase.getIODirection() |
Constructor and Description |
---|
DataItemInformationBase(String id,
Set<IODirection> ioDirection) |
MemoryDataItem(String name,
EnumSet<IODirection> ioDirection) |
Modifier and Type | Method and Description |
---|---|
EnumSet<IODirection> |
ChainProcessEntry.getWhen() |
Modifier and Type | Method and Description |
---|---|
void |
DataItemBaseChained.addChainElement(IODirection when,
ChainItem item) |
Modifier and Type | Method and Description |
---|---|
void |
DataItemBaseChained.addChainElement(EnumSet<IODirection> when,
ChainItem item) |
void |
DataItemBaseChained.removeChainElement(EnumSet<IODirection> when,
ChainItem item) |
void |
ChainProcessEntry.setWhen(EnumSet<IODirection> when) |
Constructor and Description |
---|
ChainProcessEntry(EnumSet<IODirection> when,
ChainItem what) |
Modifier and Type | Method and Description |
---|---|
void |
MemoryChainedItem.addChainElement(IODirection direction,
String className) |
void |
MemoryChainedItem.removeChainElement(IODirection direction,
String className) |
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.