Class PiActionProfileGroupHandle


  • @Beta
    public final class PiActionProfileGroupHandle
    extends PiHandle
    Global identifier of a PI action profile group applied to a device, uniquely defined by a device ID, action profile ID and group ID.
    • Method Detail

      • of

        public static PiActionProfileGroupHandle of​(DeviceId deviceId,
                                                    PiActionProfileGroup group)
        Creates a new handle for the given device ID and PI action profile group.
        Parameters:
        deviceId - device ID
        group - PI action profile group
        Returns:
        PI action profile group handle
      • actionProfile

        public PiActionProfileId actionProfile()
        Returns the action profile ID of this handle.
        Returns:
        action profile ID
      • entityType

        public PiEntityType entityType()
        Description copied from class: PiHandle
        Returns the type of entity identified by this handle.
        Specified by:
        entityType in class PiHandle
        Returns:
        PI entity type
      • equals

        public boolean equals​(java.lang.Object o)
        Specified by:
        equals in class PiHandle
      • toString

        public java.lang.String toString()
        Specified by:
        toString in class PiHandle