IRISLIB database
memberCalculated Class Reference

Specialized version of the member class used for calculated members. More...

Inheritance diagram for memberCalculated:
Collaboration diagram for memberCalculated:

Private Member Functions

_.Library.Status ApplyState (_.Library.String pType)
 Set the state of this member using the current meta data node.
 
_.Library.Boolean SupportsFunction (_.Library.String pFunction, _.Library.String pMessage)
 Test if this member supports the given function.
 

Additional Inherited Members

- Public Member Functions inherited from RegisteredObject
_.Library.Status OnAddToSaveSet (_.Library.Integer depth, _.Library.Integer insert, _.Library.Integer callcount)
 This callback method is invoked when the current object is added to the SaveSet,. More...
 
_.Library.Status OnClose ()
 This callback method is invoked by the <METHOD>Close</METHOD> method to. More...
 
_.Library.Status OnConstructClone (_.Library.RegisteredObject object, _.Library.Boolean deep, _.Library.String cloned)
 This callback method is invoked by the <METHOD>ConstructClone</METHOD> method to. More...
 
_.Library.Status OnNew ()
 This callback method is invoked by the <METHOD>New</METHOD> method to. More...
 
_.Library.Status OnValidateObject ()
 This callback method is invoked by the <METHOD>ValidateObject</METHOD> method to. More...
 
- Static Public Attributes inherited from RegisteredObject
 CAPTION = None
 Optional name used by the Form Wizard for a class when generating forms. More...
 
 JAVATYPE = None
 The Java type to be used when exported.
 
 PROPERTYVALIDATION = None
 This parameter controls the default validation behavior for the object. More...
 

Detailed Description

Specialized version of the member class used for calculated members.


A calculated member is defined using the WITH clause of a query or in the calculatedMember section of a cube definition.
This provider is used in the cases where there is a calculated member for a dimension that is not defined as an actual dimension. Its only function is to indicate the presence of a calculated member.