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 Summary
Constructors Constructor Description PictureFqnParts(String graphicalSchemeFqn, String item, String feature)
Constructs a new instance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getFeature()
Gets the graphical scheme item feature.String
getGraphicalSchemeFqn()
Gets the graphical scheme FQN.String
getItem()
Gets the graphical scheme item.
-
-
-
Constructor Detail
-
PictureFqnParts
public PictureFqnParts(String graphicalSchemeFqn, String item, String feature)
Constructs a new instance.- Parameters:
graphicalSchemeFqn
- The graphical scheme FQN. May not benull
.item
- The graphical scheme item. May not benull
.feature
- The graphical scheme item feature. May not benull
.
-
-
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
.
-
-