public class Item extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
Item.Type |
Constructor and Description |
---|
Item() |
Item(Item item) |
Item(String connectionString,
String id,
Item.Type type) |
Modifier and Type | Method and Description |
---|---|
static Item |
adaptTo(Object o) |
boolean |
equals(Object obj) |
String |
getConnectionString() |
String |
getId() |
Item.Type |
getType() |
int |
hashCode() |
static Item |
loadFrom(org.eclipse.ui.IMemento memento) |
void |
saveTo(org.eclipse.ui.IMemento memento) |
void |
setConnectionString(String connectionString) |
void |
setId(String id) |
void |
setType(Item.Type type) |
String |
toLabel() |
String |
toString() |
public Item()
public Item(Item item)
public Item.Type getType()
public void setType(Item.Type type)
public String getConnectionString()
public void setConnectionString(String connectionString)
public String getId()
public void setId(String id)
public static Item loadFrom(org.eclipse.ui.IMemento memento)
public void saveTo(org.eclipse.ui.IMemento memento)
public String toLabel()
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.