Class StringFieldDefinition
- java.lang.Object
-
- com._1c.g5.aef2.standard.definitions.AbstractDefinition
-
- com._1c.g5.aef2.standard.definitions.LabeledDefinition
-
- com._1c.g5.aef2.standard.definitions.StringFieldDefinition
-
- All Implemented Interfaces:
IComponentFactory,IDefinition,ILabeledDefinition,IStringIdFieldDefinition
public class StringFieldDefinition extends LabeledDefinition implements IStringIdFieldDefinition
TheIStringIdFieldDefinitionimplementation.
-
-
Constructor Summary
Constructors Constructor Description StringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier)Creates a new definition.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetStringId()Returns the field string identifier.-
Methods inherited from class com._1c.g5.aef2.standard.definitions.LabeledDefinition
getLabel, setLabel
-
Methods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinition
createComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParametrization, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParent
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactory
createComponent
-
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinition
getComponentClass, getId, getLayoutData, getParametrization, getParent
-
-
-
-
Constructor Detail
-
StringFieldDefinition
public StringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier)
Creates a new definition.- Parameters:
componentClass- the class of the component, cannot benull.parameterization- the parameterization, cannot benull.label- the label, cannot benull.stringIdentifier- the string identifier, cannot benull.
-
-
Method Detail
-
getStringId
public String getStringId()
Description copied from interface:IStringIdFieldDefinitionReturns the field string identifier.- Specified by:
getStringIdin interfaceIStringIdFieldDefinition- Returns:
- the field string identifier, never
null.
-
-