com.microstrategy.webapi.EnumDSSXMLAttributeDirection |
Specifies whether a relationship to an attribute applies to just the attribute, or also to nearby attributes.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | DssXmlDirectionAttributeOnly | Just this attribute. | |||||||||
int | DssXmlDirectionChildren | This attribute and all of its descendents. | |||||||||
int | DssXmlDirectionParent | This attribute and all of its ancestors. | |||||||||
int | DssXmlDirectionParentAndChildren | This attribute and all of its ancestors and descendents. | |||||||||
int | DssXmlDirectionReserved | Reserved. |
Just this attribute.
This attribute and all of its descendents.
This attribute and all of its ancestors.
This attribute and all of its ancestors and descendents.
Reserved.