public interface IEssVaryingAttributeQuery extends IEssAttributeQuery
Modifier and Type | Field and Description |
---|---|
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. |
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
Modifier and Type | Method and Description |
---|---|
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.
|
getAttributeValue, getInputMember, getInputMemberType, getMaxMemberCount, getOperationType, getOutputMemberType, getStartMemberIndex, set, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValue, setInputMember, setInputMember, setMemberRange
static final short INDEP_MEMBERSET_TYPE_MEMBER_REF
IEssMember
object references.static final short INDEP_MEMBERSET_TYPE_MEMBER_NAME
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()