Class SchemaConstants
- java.lang.Object
-
- com.ibm.fhir.database.utils.version.SchemaConstants
-
public class SchemaConstants extends Object
Schema Constants
-
-
Field Summary
Fields Modifier and Type Field Description static String
APPLIED
static String
OBJECT_NAME
static String
OBJECT_TYPE
static String
SCHEMA_NAME
static String
VERSION
static String
VERSION_HISTORY
-
Constructor Summary
Constructors Constructor Description SchemaConstants()
-
-
-
Field Detail
-
VERSION_HISTORY
public static final String VERSION_HISTORY
- See Also:
- Constant Field Values
-
VERSION
public static final String VERSION
- See Also:
- Constant Field Values
-
APPLIED
public static final String APPLIED
- See Also:
- Constant Field Values
-
OBJECT_TYPE
public static final String OBJECT_TYPE
- See Also:
- Constant Field Values
-
OBJECT_NAME
public static final String OBJECT_NAME
- See Also:
- Constant Field Values
-
SCHEMA_NAME
public static final String SCHEMA_NAME
- See Also:
- Constant Field Values
-
-