public class BrowserEntry extends Object implements Serializable
Constructor and Description |
---|
BrowserEntry(String name,
FolderEntryType entryType,
String itemId,
Map<String,Variant> attributes,
Set<IODirection> ioDirection) |
Modifier and Type | Method and Description |
---|---|
Map<String,Variant> |
getAttributes() |
FolderEntryType |
getEntryType() |
Set<IODirection> |
getIoDirection() |
String |
getItemId() |
String |
getName() |
String |
toString() |
public BrowserEntry(String name, FolderEntryType entryType, String itemId, Map<String,Variant> attributes, Set<IODirection> ioDirection)
public String getName()
public FolderEntryType getEntryType()
public String getItemId()
public Set<IODirection> getIoDirection()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.