Class NestedAttribute

  • All Implemented Interfaces:
    Serializable
    Direct Known Subclasses:
    Attribute

    public class NestedAttribute
    extends AbstractObj
    Attribute representation which is nested in some other metadata object (i.e. within Dimension). Can't be queried, get or updated directly - use Attribute for these operations.
    See Also:
    Serialized Form
    • Method Detail

      • getDefaultDisplayForm

        public DisplayForm getDefaultDisplayForm()
      • getDimensionUri

        public String getDimensionUri()
      • hasDimension

        public boolean hasDimension()
      • getDirection

        public String getDirection()
      • isSortedByLinkedDf

        public boolean isSortedByLinkedDf()
        Returns:
        true when the sort is set and it is a link to display form, false otherwise
      • isSortedByUsedDf

        public boolean isSortedByUsedDf()
        Returns:
        true when the sort is set to byUsedDF (used display form), false otherwise
      • isSortedByPk

        public boolean isSortedByPk()
        Returns:
        true when the sort is set to pk (primary key), false otherwise
      • getType

        public String getType()
      • getDrillDownStepDisplayFormUri

        public String getDrillDownStepDisplayFormUri()
      • getLinkedDisplayFormUri

        public String getLinkedDisplayFormUri()
      • getFolders

        public Collection<String> getFolders()
        URIs of folders containing this object
        Returns:
        collection of URIs or null