public interface DrillPathMetadata
| Modifier and Type | Field and Description | 
|---|---|
static int | 
DRILLPATH_HIERARCHY
Indicates that the DrillPathMetadata item represents a set of
 levels in a hierarchy. 
 | 
static int | 
DRILLPATH_RELATED_ITEM
Indicates that the DrillPathMetadata item represents a set of
 related items. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.List | 
getDrillTargets()
Return a list of DrillTargetMetadata objects available for
 this drill path. 
 | 
java.lang.String | 
getID()
Return the metadata ID of this DrillPathMetadata item. 
 | 
java.lang.String | 
getLabel()
Return the label of this DrillPathMetadata item corresponding
 to the ID. 
 | 
int | 
getType()
Return the type of this DrillPathMetadata item corresponding
 to the ID. 
 | 
static final int DRILLPATH_HIERARCHY
static final int DRILLPATH_RELATED_ITEM
java.lang.String getID()
java.lang.String getLabel()
int getType()
DRILLPATH_HIERARCHY, 
DRILLPATH_RELATED_ITEMjava.util.List getDrillTargets()