Package com.microstrategy.webapi
Interface EnumDSSXMLAttributeDirection
-
public interface EnumDSSXMLAttributeDirectionSpecifies whether a relationship to an attribute applies to just the attribute, or also to nearby attributes.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static intDssXmlDirectionAttributeOnlyJust this attribute.static intDssXmlDirectionChildrenThis attribute and all of its descendents.static intDssXmlDirectionParentThis attribute and all of its ancestors.static intDssXmlDirectionParentAndChildrenThis attribute and all of its ancestors and descendents.static intDssXmlDirectionReservedReserved.
-
-
-
Field Detail
-
DssXmlDirectionReserved
static final int DssXmlDirectionReserved
Reserved.- See Also:
- Constant Field Values
-
DssXmlDirectionAttributeOnly
static final int DssXmlDirectionAttributeOnly
Just this attribute.- See Also:
- Constant Field Values
-
DssXmlDirectionParent
static final int DssXmlDirectionParent
This attribute and all of its ancestors.- See Also:
- Constant Field Values
-
DssXmlDirectionChildren
static final int DssXmlDirectionChildren
This attribute and all of its descendents.- See Also:
- Constant Field Values
-
DssXmlDirectionParentAndChildren
static final int DssXmlDirectionParentAndChildren
This attribute and all of its ancestors and descendents.- See Also:
- Constant Field Values
-
-