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
The 
IStringIdFieldDefinition implementation.- 
Constructor SummaryConstructorsConstructorDescriptionStringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier) Creates a new definition.
- 
Method SummaryMethods inherited from class com._1c.g5.aef2.standard.definitions.LabeledDefinitiongetLabel, setLabelMethods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinitioncreateComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParametrization, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParentMethods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactorycreateComponentMethods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinitiongetComponentClass, getId, getLayoutData, getParametrization, getParent
- 
Constructor Details- 
StringFieldDefinitionpublic StringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier) Creates a new definition.- Parameters:
- componentClass- the class of the component, cannot be- null.
- parameterization- the parameterization, cannot be- null.
- label- the label, cannot be- null.
- stringIdentifier- the string identifier, cannot be- null.
 
 
- 
- 
Method Details- 
getStringIdDescription copied from interface:IStringIdFieldDefinitionReturns the field string identifier.- Specified by:
- getStringIdin interface- IStringIdFieldDefinition
- Returns:
- the field string identifier, never null.
 
 
-