@Beta public abstract class PiHandle<E extends PiEntity> extends Object
| Modifier | Constructor and Description |
|---|---|
protected |
PiHandle(DeviceId deviceId,
E piEntity) |
| Modifier and Type | Method and Description |
|---|---|
DeviceId |
deviceId()
Returns the device ID of this handle.
|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
abstract boolean |
equals(Object obj) |
abstract int |
hashCode() |
E |
piEntity()
The entity to which this handle is associated.
|
abstract String |
toString() |
public final DeviceId deviceId()
public final PiEntityType entityType()
public final E piEntity()