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 BasicILabeledParametrizationimplementation.
- 
- 
Field Summary- 
Fields inherited from interface com._1c.g5.aef2.standard.parameterization.ILabeledParametrizationNULL_LABEL
 - 
Fields inherited from interface com._1c.g5.aef2.components.IParameterizationVOID
 
- 
 - 
Constructor SummaryConstructors Constructor Description LabeledParameterization(String label)Creates a new instance.
 
- 
- 
- 
Constructor Detail- 
LabeledParameterizationpublic LabeledParameterization(String label) Creates a new instance.- Parameters:
- label- the label.
 
 
- 
 - 
Method Detail- 
getLabelpublic String getLabel() Description copied from interface:ILabeledParametrizationReturns the label.- Specified by:
- getLabelin interface- ILabeledParametrization
- Returns:
- the label.
 
 
- 
 
-