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 SummaryConstructors Constructor Description StringFieldDefinition(Class<? extends IComponent<?>> componentClass, IParameterization parameterization, String label, String stringIdentifier)Creates a new definition.
 - 
Method SummaryAll 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.LabeledDefinitiongetLabel, setLabel
 - 
Methods inherited from class com._1c.g5.aef2.standard.definitions.AbstractDefinitioncreateComponent, equals, getComponentClass, getConstructor, getId, getLayoutData, getParametrization, getParent, hashCode, setComponentClass, setComponentFactory, setLayoutData, setModelFactory, setParameterization, setParent
 - 
Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IComponentFactorycreateComponent
 - 
Methods inherited from interface com._1c.g5.aef2.standard.definitions.IDefinitiongetComponentClass, getId, getLayoutData, getParametrization, getParent
 
- 
 
- 
- 
- 
Constructor Detail- 
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 Detail- 
getStringIdpublic String getStringId() Description copied from interface:IStringIdFieldDefinitionReturns the field string identifier.- Specified by:
- getStringIdin interface- IStringIdFieldDefinition
- Returns:
- the field string identifier, never null.
 
 
- 
 
-