Interface EnumDSSXMLPartialType


  • public interface EnumDSSXMLPartialType
    An enumeration of the types of partial relationships (full-to-partial etc.).
    Since:
    MicroStrategy Web 7.3.1 or earlier
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int DssXmlPartialTypeDefault
      Act as if this property was not present.
      static int DssXmlPartialTypeFF
      Both attributes are full.
      static int DssXmlPartialTypeFP
      There are parent elements with no corresponding child elements.
      static int DssXmlPartialTypePF
      There are child elements with no corresponding parent elements.
      static int DssXmlPartialTypePP
      There are parent elements with no corresponding child elements and there are child elements with no corresponding parent elements.
    • Field Detail

      • DssXmlPartialTypeFF

        static final int DssXmlPartialTypeFF
        Both attributes are full.
        See Also:
        Constant Field Values
      • DssXmlPartialTypeFP

        static final int DssXmlPartialTypeFP
        There are parent elements with no corresponding child elements.
        See Also:
        Constant Field Values
      • DssXmlPartialTypePF

        static final int DssXmlPartialTypePF
        There are child elements with no corresponding parent elements.
        See Also:
        Constant Field Values
      • DssXmlPartialTypePP

        static final int DssXmlPartialTypePP
        There are parent elements with no corresponding child elements and there are child elements with no corresponding parent elements.
        See Also:
        Constant Field Values
      • DssXmlPartialTypeDefault

        static final int DssXmlPartialTypeDefault
        Act as if this property was not present. This setting is used in situations in which the property is optional.
        See Also:
        Constant Field Values