public class BrowserEntry extends Object implements Serializable
| Constructor and Description |
|---|
BrowserEntry(String name,
FolderEntryType entryType,
String itemId,
Map<String,org.eclipse.scada.core.Variant> attributes,
Set<IODirection> ioDirection) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.eclipse.scada.core.Variant> |
getAttributes() |
FolderEntryType |
getEntryType() |
Set<IODirection> |
getIoDirection() |
String |
getItemId() |
String |
getName() |
String |
toString() |
public BrowserEntry(String name, FolderEntryType entryType, String itemId, Map<String,org.eclipse.scada.core.Variant> attributes, Set<IODirection> ioDirection)
public String getName()
public FolderEntryType getEntryType()
public String getItemId()
public Set<IODirection> getIoDirection()