com.kuka.common
Class Messages

java.lang.Object
  extended by com.kuka.common.Messages

public final class Messages
extends Object

This class contains messages that support multiple languages.

This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.

Method Summary
static String getString(String key)
          returns the translated message.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static String getString(String key)
returns the translated message.

Parameters:
key - The message key
Returns:
The translated message


Copyright © 2019. All rights reserved.