|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SelectionConstants
Interface holding commonly used selection operators between datasources. These operators can be used as a mask, e.g. if one wants to select children and siblings of a member, a value of CHILDREN | SIBLINGS should be used as operator.
Field Summary | |
---|---|
static int |
ANCESTORS
constant indicating that all of the member's ancestors are selected |
static int |
CHILDREN
constant indicating that the children members are selected |
static int |
DESCENDANTS
constant indicating that all of the member's descendants are selected |
static int |
LEAVES
constant indicating that only the leaf members of a member are selected |
static int |
PARENT
constant indicating that the parent of a member is selected |
static int |
SELF
constant indicating that the current member is selected |
static int |
SIBLINGS
constant indicating that the siblings of a member are selected |
Field Detail |
---|
static final int SELF
static final int CHILDREN
static final int SIBLINGS
static final int PARENT
static final int DESCENDANTS
static final int ANCESTORS
static final int LEAVES
|
Copyright © 2011 Citra Technologies. All Rights Reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |