com.kuka.nav.fleet.graph.properties.lang
Class MessageConst

java.lang.Object
  extended by com.kuka.nav.fleet.graph.properties.lang.MessageConst

public final class MessageConst
extends Object

This class contains the static final strings for key generation. This keys will be used for displaying the graph properties.


Field Summary
static String DESCRIPTION
          key part description.
static String DISPLAY_INFORMATION
          key part display information.
static String NAME
          key part name.
static String SEPARATOR
          separator inside of a key.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SEPARATOR

public static final String SEPARATOR
separator inside of a key.

See Also:
Constant Field Values

DISPLAY_INFORMATION

public static final String DISPLAY_INFORMATION
key part display information.

See Also:
Constant Field Values

NAME

public static final String NAME
key part name.

See Also:
Constant Field Values

DESCRIPTION

public static final String DESCRIPTION
key part description.

See Also:
Constant Field Values


Copyright © 2019. All rights reserved.