Class FVTConstants
- java.lang.Object
-
- org.odpi.openmetadata.accessservices.subjectarea.fvt.FVTConstants
-
public class FVTConstants extends Object
Created by david on 29/11/2018.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDEFAULT_URLstatic StringSERVER_NAME1static StringSERVER_NAME2static StringUSERID
-
Constructor Summary
Constructors Constructor Description FVTConstants()
-
-
-
Field Detail
-
USERID
public static final String USERID
- See Also:
- Constant Field Values
-
DEFAULT_URL
public static final String DEFAULT_URL
- See Also:
- Constant Field Values
-
SERVER_NAME1
public static final String SERVER_NAME1
- See Also:
- Constant Field Values
-
SERVER_NAME2
public static final String SERVER_NAME2
- See Also:
- Constant Field Values
-
-