public class BrowserEntry extends Object implements Serializable
| Constructor and Description |
|---|
BrowserEntry(String id,
Set<BrowserType> types,
Map<String,org.eclipse.scada.core.Variant> attributes) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,org.eclipse.scada.core.Variant> |
getAttributes() |
String |
getId() |
Set<BrowserType> |
getTypes() |
String |
toString() |
public BrowserEntry(String id, Set<BrowserType> types, Map<String,org.eclipse.scada.core.Variant> attributes)