public class DataItemInformationBase extends java.lang.Object implements DataItemInformation
DataItemInformation| Constructor and Description |
|---|
DataItemInformationBase(DataItemInformation information) |
DataItemInformationBase(java.lang.String id) |
DataItemInformationBase(java.lang.String id,
java.util.Set<IODirection> ioDirection) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
java.util.Set<IODirection> |
getIODirection() |
java.lang.String |
getName()
Get the ID of the data item
|
int |
hashCode() |
java.lang.String |
toString() |
public DataItemInformationBase(java.lang.String id,
java.util.Set<IODirection> ioDirection)
public DataItemInformationBase(java.lang.String id)
public DataItemInformationBase(DataItemInformation information)
public java.util.Set<IODirection> getIODirection()
getIODirection in interface DataItemInformationpublic java.lang.String getName()
DataItemInformationAlthough the getter is called name it returns the id since somewhere in the past "name" was renamed to "id".
getName in interface DataItemInformationpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
Copyright (c) IBH SYSTEMS GmbH and others 2010, 2013.
All rights reserved. This program and the accompanying materials
are made available under the terms of the
Eclipse Public License v1.0