Package com.microstrategy.webapi
Interface EnumDSSXMLAttributeDirection
-
public interface EnumDSSXMLAttributeDirection
Specifies 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 int
DssXmlDirectionAttributeOnly
Just this attribute.static int
DssXmlDirectionChildren
This attribute and all of its descendents.static int
DssXmlDirectionParent
This attribute and all of its ancestors.static int
DssXmlDirectionParentAndChildren
This attribute and all of its ancestors and descendents.static int
DssXmlDirectionReserved
Reserved.
-
-
-
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
-
-