Class Constants
- java.lang.Object
-
- org.gcube.informationsystem.resourceregistry.api.Constants
-
public class Constants extends Object
The Class Constants.- Author:
- Luca Frosini (ISTI - CNR)
-
-
Field Summary
Fields Modifier and Type Field Description static StringSERVICE_CLASSThe Constant SERVICE_CLASS.static StringSERVICE_ENTRY_NAMEThe Constant SERVICE_ENTRY_NAME.static StringSERVICE_NAMEThe Constant SERVICE_NAME.
-
Constructor Summary
Constructors Constructor Description Constants()
-
-
-
Field Detail
-
SERVICE_CLASS
public static final String SERVICE_CLASS
The Constant SERVICE_CLASS.- See Also:
- Constant Field Values
-
SERVICE_NAME
public static final String SERVICE_NAME
The Constant SERVICE_NAME.- See Also:
- Constant Field Values
-
SERVICE_ENTRY_NAME
public static final String SERVICE_ENTRY_NAME
The Constant SERVICE_ENTRY_NAME.- See Also:
- Constant Field Values
-
-