All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.wshackle.fanuc.robotserver.ITPLabels Maven / Gradle / Ivy

The newest version!
package com.github.wshackle.fanuc.robotserver  ;

import com4j.*;

@IID("{C3FB0D00-58D6-11D0-8901-0020AF68F0A3}")
public interface ITPLabels extends com.github.wshackle.fanuc.robotserver.IRobotObject,Iterable {
  // Methods:
  /**
   * 

* Returns the owning program object. *

*

* Getter method for the COM property "Program" *

* @return Returns a value of type com.github.wshackle.fanuc.robotserver.IProgram */ @DISPID(101) //= 0x65. The runtime will prefer the VTID if present @VTID(8) com.github.wshackle.fanuc.robotserver.IProgram program(); /** *

* Getter method for the COM property "_NewEnum" *

*/ @DISPID(-4) //= 0xfffffffc. The runtime will prefer the VTID if present @VTID(9) java.util.Iterator iterator(); /** *

* Getter method for the COM property "Item" *

* @param labelID Mandatory int parameter. * @return Returns a value of type com.github.wshackle.fanuc.robotserver.ITPLabel */ @DISPID(0) //= 0x0. The runtime will prefer the VTID if present @VTID(10) @DefaultMethod com.github.wshackle.fanuc.robotserver.ITPLabel item( int labelID); /** *

* Getter method for the COM property "Count" *

* @return Returns a value of type int */ @DISPID(201) //= 0xc9. The runtime will prefer the VTID if present @VTID(11) int count(); // Properties: }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy