Class LabeledParameterization
java.lang.Object
com._1c.g5.aef2.standard.parameterization.LabeledParameterization
- All Implemented Interfaces:
IParameterization
,ILabeledParametrization
- Direct Known Subclasses:
IconLabeledParameterization
,PromptConfirmationOnRestructureModel.Parameterization
,SectionParametrization
Basic
ILabeledParametrization
implementation.-
Field Summary
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrization
NULL_LABEL
Fields inherited from interface com._1c.g5.aef2.components.IParameterization
VOID
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
LabeledParameterization
Creates a new instance.- Parameters:
label
- the label.
-
-
Method Details
-
getLabel
Description copied from interface:ILabeledParametrization
Returns the label.- Specified by:
getLabel
in interfaceILabeledParametrization
- Returns:
- the label.
-