Interface EnumDSSXMLCubeAdminAction
-
public interface EnumDSSXMLCubeAdminAction
-
-
Field Summary
Fields Modifier and Type Field Description static int
ActivateCube
static int
DeactivateCube
static int
DeleteCube
static int
LoadCube
static int
UnloadCube
-
-
-
Field Detail
-
DeleteCube
static final int DeleteCube
- See Also:
- Constant Field Values
-
LoadCube
static final int LoadCube
- See Also:
- Constant Field Values
-
UnloadCube
static final int UnloadCube
- See Also:
- Constant Field Values
-
ActivateCube
static final int ActivateCube
- See Also:
- Constant Field Values
-
DeactivateCube
static final int DeactivateCube
- See Also:
- Constant Field Values
-
-