Class LabeledParameterization
- java.lang.Object
-
- com._1c.g5.aef2.standard.parameterization.LabeledParameterization
-
- All Implemented Interfaces:
IParameterization
,ILabeledParametrization
- Direct Known Subclasses:
SectionParametrization
public class LabeledParameterization extends Object implements ILabeledParametrization
BasicILabeledParametrization
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 Constructor Description LabeledParameterization(String label)
Creates a new instance.
-
-
-
Constructor Detail
-
LabeledParameterization
public LabeledParameterization(String label)
Creates a new instance.- Parameters:
label
- the label.
-
-
Method Detail
-
getLabel
public String getLabel()
Description copied from interface:ILabeledParametrization
Returns the label.- Specified by:
getLabel
in interfaceILabeledParametrization
- Returns:
- the label.
-
-