Class PictureFqnParts


  • public final class PictureFqnParts
    extends Object
    Graphical scheme picture FQN parts.
    • Constructor Detail

      • PictureFqnParts

        public PictureFqnParts​(String graphicalSchemeFqn,
                               String item,
                               String feature)
        Constructs a new instance.
        Parameters:
        graphicalSchemeFqn - The graphical scheme FQN. May not be null.
        item - The graphical scheme item. May not be null.
        feature - The graphical scheme item feature. May not be null.
    • Method Detail

      • getGraphicalSchemeFqn

        public String getGraphicalSchemeFqn()
        Gets the graphical scheme FQN.
        Returns:
        the graphical scheme FQN. Never null.
      • getItem

        public String getItem()
        Gets the graphical scheme item.
        Returns:
        the graphical scheme item. Never null.
      • getFeature

        public String getFeature()
        Gets the graphical scheme item feature.
        Returns:
        the graphical scheme item feature. Never null.