@Beta public final class PiActionGroupHandle extends PiHandle<PiActionGroup>
| Modifier and Type | Method and Description |
|---|---|
PiEntityType |
entityType()
Returns the type of entity identified by this handle.
|
boolean |
equals(Object o) |
int |
hashCode() |
static PiActionGroupHandle |
of(DeviceId deviceId,
PiActionGroup group)
Creates a new handle for the given device ID and PI action group.
|
String |
toString() |
public static PiActionGroupHandle of(DeviceId deviceId, PiActionGroup group)
deviceId - device IDgroup - PI action grouppublic PiEntityType entityType()
PiHandleentityType in class PiHandle<PiActionGroup>public int hashCode()
hashCode in class PiHandle<PiActionGroup>public boolean equals(Object o)
equals in class PiHandle<PiActionGroup>public String toString()
toString in class PiHandle<PiActionGroup>