com.github.wshackle.fanuc.robotserver.FREInsertTextConstants Maven / Gradle / Ivy
The newest version!
package com.github.wshackle.fanuc.robotserver ;
import com4j.*;
/**
*/
public enum FREInsertTextConstants {
/**
*
* The value of this constant is 0
*
*/
frInsertTextReplace, // 0
/**
*
* The value of this constant is 1
*
*/
frInsertTextBefore, // 1
/**
*
* The value of this constant is 2
*
*/
frInsertTextAfter, // 2
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy