Package org.opentcs.data.model
Interface ModelConstants
public interface ModelConstants
Defines some constants used for plant models.
-
Field Summary
Fields Modifier and Type Field Description static intDEFAULT_LAYER_GROUP_IDThe ID of the default layer group.static java.lang.StringDEFAULT_LAYER_GROUP_NAMEThe name of the default layer group.static intDEFAULT_LAYER_IDThe ID of the default layer.static java.lang.StringDEFAULT_LAYER_NAMEThe name of the default layer.static intDEFAULT_LAYER_ORDINALThe ordinal of the default layer.static java.lang.StringDEFAULT_VISUAL_LAYOUT_NAMEThe default name for the visual layout.
-
Field Details
-
DEFAULT_VISUAL_LAYOUT_NAME
static final java.lang.String DEFAULT_VISUAL_LAYOUT_NAMEThe default name for the visual layout.- See Also:
- Constant Field Values
-
DEFAULT_LAYER_NAME
static final java.lang.String DEFAULT_LAYER_NAMEThe name of the default layer.- See Also:
- Constant Field Values
-
DEFAULT_LAYER_ID
static final int DEFAULT_LAYER_IDThe ID of the default layer.- See Also:
- Constant Field Values
-
DEFAULT_LAYER_ORDINAL
static final int DEFAULT_LAYER_ORDINALThe ordinal of the default layer.- See Also:
- Constant Field Values
-
DEFAULT_LAYER_GROUP_NAME
static final java.lang.String DEFAULT_LAYER_GROUP_NAMEThe name of the default layer group.- See Also:
- Constant Field Values
-
DEFAULT_LAYER_GROUP_ID
static final int DEFAULT_LAYER_GROUP_IDThe ID of the default layer group.- See Also:
- Constant Field Values
-