Package jmri.jmrit.ussctc
Interface Constants
-
- All Known Implementing Classes:
BasePanel
,Follower
,FollowerPanel
,OsIndicator
,OsIndicatorPanel
public interface Constants
Define common constants for the ussctc package.Names automatically created by the package have a common start which consists of a prefix and suffix defined here, sandwiched around the name of the class creating them. e.g. "USS CTC:OSINDICATOR:1:CTC TC 57" for something for "CTC TC 57" created by the OsIndicator class.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
commonNamePrefix
static java.lang.String
commonNameSuffix
static java.lang.String
nameDivider
static java.lang.String
pkgPrefix
-
-
-
Field Detail
-
nameDivider
static final java.lang.String nameDivider
- See Also:
- Constant Field Values
-
pkgPrefix
static final java.lang.String pkgPrefix
- See Also:
- Constant Field Values
-
commonNamePrefix
static final java.lang.String commonNamePrefix
- See Also:
- Constant Field Values
-
commonNameSuffix
static final java.lang.String commonNameSuffix
- See Also:
- Constant Field Values
-
-