Class Xml
- java.lang.Object
-
- jmri.jmrit.operations.locations.divisions.Xml
-
public class Xml extends java.lang.Object
A convenient place to access operations xml element and attribute names.
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static java.lang.StringCOMMENT(package private) static java.lang.StringDIVISION(package private) static java.lang.StringDIVISIONS(package private) static java.lang.StringID(package private) static java.lang.StringNAME
-
-
-
Field Detail
-
ID
static final java.lang.String ID
- See Also:
- Constant Field Values
-
NAME
static final java.lang.String NAME
- See Also:
- Constant Field Values
-
COMMENT
static final java.lang.String COMMENT
- See Also:
- Constant Field Values
-
DIVISIONS
static final java.lang.String DIVISIONS
- See Also:
- Constant Field Values
-
DIVISION
static final java.lang.String DIVISION
- See Also:
- Constant Field Values
-
-