public interface DataItemInformation
Data items information objects must be equal on their name!
Modifier and Type | Method and Description |
---|---|
Set<IODirection> |
getIODirection() |
String |
getName()
Get the ID of the data item
|
Set<IODirection> getIODirection()
String getName()
Although the getter is called name it returns the id since somewhere in the past "name" was renamed to "id".