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

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

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

import com4j.*;

/**
 * 

* An enumeration of constants used when reading the current robot controller language *

*/ public enum FRELanguageConstants { /** *

* The default language. *

*

* The value of this constant is 0 *

*/ frDefaultLanguage, // 0 /** *

* The English language. *

*

* The value of this constant is 1 *

*/ frEnglishLanguage, // 1 /** *

* The Japanese language. *

*

* The value of this constant is 2 *

*/ frJapaneseLanguage, // 2 /** *

* The French language. *

*

* The value of this constant is 3 *

*/ frFrenchLanguage, // 3 /** *

* The German language. *

*

* The value of this constant is 4 *

*/ frGermanLanguage, // 4 /** *

* The Spanish language. *

*

* The value of this constant is 5 *

*/ frSpanishLanguage, // 5 /** *

* The Chinese language. *

*

* The value of this constant is 6 *

*/ frChineseLanguage, // 6 /** *

* The Taiwanese language. *

*

* The value of this constant is 7 *

*/ frTaiwaneseLanguage, // 7 /** *

* The Portuguese language. *

*

* The value of this constant is 8 *

*/ frPortugueseLanguage, // 8 /** *

* The Czech language. *

*

* The value of this constant is 9 *

*/ frCzechLanguage, // 9 /** *

* The Russian language. *

*

* The value of this constant is 10 *

*/ frRussianLanguage, // 10 /** *

* The Korean language. *

*

* The value of this constant is 11 *

*/ frKoreanLanguage, // 11 /** *

* A language unknown to the Robot Server. *

*

* The value of this constant is 12 *

*/ frOtherLanguage, // 12 }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy