com.github.wshackle.fanuc.robotserver.FRESaveOptionConstants Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver ;
import com4j.*;
/**
*
* An enumeration of save option constants used when programs or variables to a file.
*
*/
public enum FRESaveOptionConstants {
/**
*
* Save the file without automatically overwriting any older version
*
*
* The value of this constant is 0
*
*/
frStandardSave, // 0
/**
*
* Save the file and automatically overwrite any older versions
*
*
* The value of this constant is 1
*
*/
frOverwriteSave, // 1
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy