Package com._1c.g5.v8.dt.form.pictures
Class PictureFqnParts
java.lang.Object
com._1c.g5.v8.dt.form.pictures.PictureFqnParts
Form picture FQN parts.
-
Constructor Summary
ConstructorsConstructorDescriptionPictureFqnParts
(String formFqn, String item, String feature) Constructs a new instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the form item feature.Gets the form FQN.getItem()
Gets the form item.
-
Constructor Details
-
PictureFqnParts
Constructs a new instance.- Parameters:
formFqn
- The form FQN. May not benull
.item
- The form item. May not benull
.feature
- The form item feature. May not benull
.
-
-
Method Details
-
getFormFqn
Gets the form FQN.- Returns:
- the form FQN. Never
null
.
-
getItem
Gets the form item.- Returns:
- the form item. Never
null
.
-
getFeature
Gets the form item feature.- Returns:
- the form item feature. Never
null
.
-