Class PictureFqnParts

java.lang.Object
com._1c.g5.v8.dt.bp.scheme.pictures.PictureFqnParts

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

    • 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 Details

    • 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.