public static class IOlapService.Schema extends Object
IOlapService.Cube
children
and a parent IOlapService.Catalog
, along with a list of role names.Modifier and Type | Field and Description |
---|---|
IOlapService.Catalog |
catalog |
List<IOlapService.Cube> |
cubes |
String |
name |
List<String> |
roleNames |
Constructor and Description |
---|
Schema(String name,
IOlapService.Catalog parent,
List<IOlapService.Cube> cubes,
List<String> roles) |
Modifier and Type | Method and Description |
---|---|
List<IOlapService.Cube> |
getCubes() |
String |
getName() |
List<String> |
getRoleNames() |
String |
toString() |
public final String name
public final IOlapService.Catalog catalog
public final List<IOlapService.Cube> cubes
public Schema(String name, IOlapService.Catalog parent, List<IOlapService.Cube> cubes, List<String> roles)
Copyright © 2021 Hitachi Vantara. All rights reserved.