Uses of Interface
org.pentaho.reporting.engine.classic.core.metadata.AttributeCore

Packages that use AttributeCore
org.pentaho.reporting.engine.classic.core.metadata   
org.pentaho.reporting.engine.classic.core.metadata.parser   
 

Uses of AttributeCore in org.pentaho.reporting.engine.classic.core.metadata
 

Classes in org.pentaho.reporting.engine.classic.core.metadata that implement AttributeCore
 class DefaultAttributeCore
          Todo: Document me!
 

Constructors in org.pentaho.reporting.engine.classic.core.metadata with parameters of type AttributeCore
DefaultAttributeMetaData(String namespace, String name, String bundleLocation, String keyPrefix, String propertyEditorClass, Class targetClass, boolean expert, boolean preferred, boolean hidden, boolean deprecated, boolean mandatory, boolean computed, boolean transientFlag, String valueRole, boolean bulk, boolean designTimeValue, AttributeCore attributeCore, boolean experimental, int compatibilityLevel)
           
 

Uses of AttributeCore in org.pentaho.reporting.engine.classic.core.metadata.parser
 

Methods in org.pentaho.reporting.engine.classic.core.metadata.parser that return AttributeCore
 AttributeCore AttributeReadHandler.getAttributeCore()
           
 AttributeCore AttributeDefinition.getAttributeCore()
           
 

Constructors in org.pentaho.reporting.engine.classic.core.metadata.parser with parameters of type AttributeCore
AttributeDefinition(String namespace, String name, boolean preferred, boolean mandatory, boolean expert, boolean hidden, boolean computed, boolean transientFlag, Class valueType, String valueRole, String propertyEditor, boolean deprecated, boolean bulk, boolean designTimeValue, String bundleName, AttributeCore attributeCore, boolean experimental, int compatibilityLevel)