public class DataItemInformationBase extends Object implements DataItemInformation
DataItemInformation
Constructor and Description |
---|
DataItemInformationBase(DataItemInformation information) |
DataItemInformationBase(String id) |
DataItemInformationBase(String id,
Set<IODirection> ioDirection) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<IODirection> |
getIODirection() |
String |
getName()
Get the ID of the data item
|
int |
hashCode() |
String |
toString() |
public DataItemInformationBase(String id, Set<IODirection> ioDirection)
public DataItemInformationBase(String id)
public DataItemInformationBase(DataItemInformation information)
public Set<IODirection> getIODirection()
getIODirection
in interface DataItemInformation
public String getName()
DataItemInformation
Although the getter is called name it returns the id since somewhere in the past "name" was renamed to "id".
Note:The ID of the item must be unique.
getName
in interface DataItemInformation
Copyright © 2016 Eclipse NeoSCADA Project. All rights reserved.