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 int
DEFAULT_LAYER_GROUP_ID
The ID of the default layer group.static java.lang.String
DEFAULT_LAYER_GROUP_NAME
The name of the default layer group.static int
DEFAULT_LAYER_ID
The ID of the default layer.static java.lang.String
DEFAULT_LAYER_NAME
The name of the default layer.static int
DEFAULT_LAYER_ORDINAL
The ordinal of the default layer.static java.lang.String
DEFAULT_VISUAL_LAYOUT_NAME
The 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
-