Class PictureFqnParts
java.lang.Object
com._1c.g5.v8.dt.bp.scheme.pictures.PictureFqnParts
Graphical scheme picture FQN parts.
-
Constructor Summary
ConstructorsConstructorDescriptionPictureFqnParts
(String graphicalSchemeFqn, String item, String feature) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the graphical scheme item feature.Gets the graphical scheme FQN.getItem()
Gets the graphical scheme item.
-
Constructor Details
-
PictureFqnParts
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 Details
-
getGraphicalSchemeFqn
Gets the graphical scheme FQN.- Returns:
- the graphical scheme FQN. Never
null
.
-
getItem
Gets the graphical scheme item.- Returns:
- the graphical scheme item. Never
null
.
-
getFeature
Gets the graphical scheme item feature.- Returns:
- the graphical scheme item feature. Never
null
.
-