Class DrillDownProfile
- java.lang.Object
- 
- org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData
- 
- org.pentaho.reporting.engine.classic.extensions.drilldown.DrillDownProfile
 
 
- 
- All Implemented Interfaces:
- Serializable,- org.pentaho.reporting.engine.classic.core.metadata.MetaData
 
 public class DrillDownProfile extends org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaData- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from interface org.pentaho.reporting.engine.classic.core.metadata.MetaDataVALUEROLE_BUNDLE_KEY, VALUEROLE_BUNDLE_NAME, VALUEROLE_CONTENT, VALUEROLE_DATEFORMAT, VALUEROLE_ELEMENT_NAME, VALUEROLE_FIELD, VALUEROLE_FORMULA, VALUEROLE_GROUP, VALUEROLE_MESSAGE, VALUEROLE_NUMBERFORMAT, VALUEROLE_QUERY, VALUEROLE_RESOURCE, VALUEROLE_VALUE
 
- 
 - 
Constructor SummaryConstructors Constructor Description DrillDownProfile(Class linkCustomizerType)DrillDownProfile(String name, String bundleLocation, String keyPrefix, boolean expert, boolean preferred, boolean hidden, boolean deprecated, Class linkCustomizerType, Map<String,String> attributes, org.pentaho.reporting.engine.classic.core.metadata.MaturityLevel maturityLevel, int compatibilityLevel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAttribute(String name)String[]getAttributes()StringgetGroupDisplayName(Locale locale)ClassgetLinkCustomizerType()- 
Methods inherited from class org.pentaho.reporting.engine.classic.core.metadata.AbstractMetaDatacomputePrefix, getBundle, getBundleLocation, getCompatibilityLevel, getDeprecationMessage, getDescription, getDisplayName, getFeatureMaturityLevel, getGrouping, getGroupingOrdinal, getIcon, getItemOrdinal, getKeyPrefix, getMetaAttribute, getName, isDeprecated, isExperimental, isExpert, isHidden, isPreferred
 
- 
 
- 
- 
- 
Constructor Detail- 
DrillDownProfilepublic DrillDownProfile(String name, String bundleLocation, String keyPrefix, boolean expert, boolean preferred, boolean hidden, boolean deprecated, Class linkCustomizerType, Map<String,String> attributes, org.pentaho.reporting.engine.classic.core.metadata.MaturityLevel maturityLevel, int compatibilityLevel) 
 - 
DrillDownProfilepublic DrillDownProfile(Class linkCustomizerType) 
 
- 
 
-