|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEssVaryingAttributeQuery
Represents the criteria for querying on varying attributes.
Field Summary | |
---|---|
static short |
INDEP_MEMBERSET_TYPE_MEMBER_NAME Indicates the Set of Members specified as Member Names. |
static short |
INDEP_MEMBERSET_TYPE_MEMBER_REF Indicates the Set of Members specified as IEssMember object references. |
Fields inherited from interface com.essbase.api.metadata.IEssAttributeQuery |
---|
MBR_TYPE_ATTRIBUTE_DIMENSION, MBR_TYPE_ATTRIBUTE_MEMBER, MBR_TYPE_ATTRIBUTED_MEMBER, MBR_TYPE_BASE_DIMENSION, MBR_TYPE_BASE_MEMBER, MBR_TYPE_INVALID_MEMBER, MBR_TYPE_STANDARD_DIMENSION, MBR_TYPE_STANDARD_MEMBER, OP_ALL, OP_EQ, OP_GT, OP_GTE, OP_LT, OP_LTE, OP_NEQ, OP_TYPEOF |
Method Summary | |
---|---|
java.lang.Object |
getAttributeDimension() Returns the Attribute Dimension on which varying attribute query would be based on. |
IEssIndepMbrsPerspective |
getIndepMbrsPerspective() Returns the perspective (if any) to query varying attributes. |
void |
setAttributeDimension(IEssMember dimension) Specify the attribute dimension on which varying attribute query must be based on. |
void |
setAttributeDimension(java.lang.String dimensionName) Specify the attribute dimension on which varying attribute query must be based on. |
void |
setIndepMbrsPerspective(IEssIndepMbrsPerspective indepMbrsSet) Specify the perspective for querying varying attributes which is a set of Independent Members. |
Methods inherited from interface com.essbase.api.metadata.IEssAttributeQuery |
---|
getAttributeValue, getInputMember, getInputMemberType, getMaxMemberCount, getOperationType, getOutputMemberType, getStartMemberIndex, set, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setInputMember, setInputMember, setMemberRange |
Field Detail |
---|
static final short INDEP_MEMBERSET_TYPE_MEMBER_REF
IEssMember
object references.
static final short INDEP_MEMBERSET_TYPE_MEMBER_NAME
Method Detail |
---|
void setAttributeDimension(java.lang.String dimensionName)
dimensionName
- Attribute dimension name.void setAttributeDimension(IEssMember dimension)
dimension
- Reference to the Attribute dimension object.java.lang.Object getAttributeDimension()
The attribute dimension object if exists, will be either a instance of IEssMember
or String
; otherwise, returns null
.
void setIndepMbrsPerspective(IEssIndepMbrsPerspective indepMbrsSet)
indepMbrsSet
- Independent Members Perspective.IEssIndepMbrsPerspective getIndepMbrsPerspective()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |