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.String
COMMENT
(package private) static java.lang.String
DIVISION
(package private) static java.lang.String
DIVISIONS
(package private) static java.lang.String
ID
(package private) static java.lang.String
NAME
-
-
-
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
-
-